diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3d9f804..0a82203 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.2 + uses: actions/checkout@v4.1.7 with: ref: "master" token: ${{ secrets.PUSH_TOKEN }}