diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a8478e1..f289a8f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: runs-on: windows-latest steps: - name: Check out code - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: fetch-depth: 0 @@ -32,7 +32,7 @@ jobs: if: contains(github.ref, 'master') steps: - name: Check out code - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: fetch-depth: 0