diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 6041601..293d588 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -53,7 +53,7 @@ jobs: ) steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - name: Find the version of Node from package.json