diff --git a/.github/workflows/deploy-to-production.yml b/.github/workflows/deploy-to-production.yml index f234868..0a1fd22 100644 --- a/.github/workflows/deploy-to-production.yml +++ b/.github/workflows/deploy-to-production.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node uses: actions/setup-node@v6 with: diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 06f97f8..55322e3 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -14,7 +14,7 @@ jobs: node-version: [22.x, 24.x] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Use Node ${{ matrix.node-version }} uses: actions/setup-node@v6 with: