aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-03-20 13:58:41 +0000
committerRenovate Bot <[email protected]>2022-03-20 13:58:41 +0000
commit074c600c3b40bb862d5bc490bf5cbe31f2e6ba78 (patch)
tree1ce7ca738ebd7cbf87d32e7b0a1fff80b0e38aac
parentMerge pull request #8 from senpy-club/renovate/prettier-2.x (diff)
downloadgraphql-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.yml2
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"