diff options
| author | Renovate Bot <[email protected]> | 2022-03-20 13:58:41 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-03-20 13:58:41 +0000 |
| commit | 074c600c3b40bb862d5bc490bf5cbe31f2e6ba78 (patch) | |
| tree | 1ce7ca738ebd7cbf87d32e7b0a1fff80b0e38aac | |
| parent | Merge pull request #8 from senpy-club/renovate/prettier-2.x (diff) | |
| download | graphql-api-renovate/actions-setup-node-3.x.tar.xz graphql-api-renovate/actions-setup-node-3.x.zip | |
chore(deps): update actions/setup-node action to v3renovate/actions-setup-node-3.x
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bcf9bd3..893f31c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: 🍏 Use Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: "12.x" |