diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 36dfef49..ec3f517c 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -54,7 +54,7 @@ jobs: packages: write steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.1 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - name: Install Node