diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9bb320..35cad0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: ssh-key: ${{ secrets.DEPLOY_KEY }} persist-credentials: true - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 22 registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/dependabot-lockfile.yml b/.github/workflows/dependabot-lockfile.yml index 8f911be..882491b 100644 --- a/.github/workflows/dependabot-lockfile.yml +++ b/.github/workflows/dependabot-lockfile.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout PR branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref }} ssh-key: ${{ secrets.DEPLOY_KEY }}