diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-11-20 16:40:35 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-20 16:40:35 +0000 |
| commit | d2d73612034825695d3005a65da4f6f46a13ee03 (patch) | |
| tree | 78c45858c5f1cf0893c2c869dd7cd146e4cbc2e8 | |
| parent | Merge branch 'main' of https://github.com/senpy-club/graphql-api (diff) | |
| download | graphql-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.yml | 2 |
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: |