aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-11-20 16:40:35 +0000
committerGitHub <[email protected]>2025-11-20 16:40:35 +0000
commitd2d73612034825695d3005a65da4f6f46a13ee03 (patch)
tree78c45858c5f1cf0893c2c869dd7cd146e4cbc2e8
parentMerge branch 'main' of https://github.com/senpy-club/graphql-api (diff)
downloadgraphql-api-renovate/actions-checkout-6.x.tar.xz
graphql-api-renovate/actions-checkout-6.x.zip
chore(deps): update actions/checkout action to v6renovate/actions-checkout-6.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..b1f655e 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@v6
- name: 🍏 Use Node.js
uses: actions/setup-node@v1
with: