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