diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-10-14 04:58:59 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-14 04:58:59 +0000 |
| commit | 94c96c6894e143c834bf81857d37643a107c2ccf (patch) | |
| tree | e892c9a01e49cd669371b9ed20bb49c4f802c036 /.github/workflows | |
| parent | Merge branch 'main' of https://github.com/senpy-club/graphql-api (diff) | |
| download | graphql-api-renovate/actions-setup-node-6.x.tar.xz graphql-api-renovate/actions-setup-node-6.x.zip | |
chore(deps): update actions/setup-node action to v6renovate/actions-setup-node-6.x
Diffstat (limited to '.github/workflows')
| -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..7dded38 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@v6 with: node-version: "12.x" |