diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2eba153..6528d66 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: id-token: write steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: ref: "master" token: ${{ secrets.PUSH_TOKEN }}