diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 98a65bb..734f260 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.6 + uses: actions/checkout@v4.1.7 with: ref: "master" token: ${{ secrets.PUSH_TOKEN }}