diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2420b96..52602c0 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@v4.2.2 + uses: actions/checkout@v5.0.0 with: fetch-depth: 0 @@ -32,7 +32,7 @@ jobs: if: contains(github.ref, 'master') steps: - name: Check out code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 with: fetch-depth: 0