aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-03-20 13:58:38 +0000
committerRenovate Bot <[email protected]>2022-03-20 13:58:38 +0000
commitf400df4892adb69a451702defc253315d2e417d6 (patch)
tree8b9409f8e313c6be57e3800992aa31ecd475b646
parentMerge pull request #8 from senpy-club/renovate/prettier-2.x (diff)
downloadgraphql-api-renovate/actions-checkout-3.x.tar.xz
graphql-api-renovate/actions-checkout-3.x.zip
chore(deps): update actions/checkout action to v3renovate/actions-checkout-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..4f6bb54 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
name: 🛠 Build & Deploy
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: 🍏 Use Node.js
uses: actions/setup-node@v1
with: