diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fc1ffae..6826fb1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: runs-on: windows-2019 steps: - name: Check out code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 @@ -32,7 +32,7 @@ jobs: if: contains(github.ref, 'master') steps: - name: Check out code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0