diff --git a/.github/workflows/windows-debug.yml b/.github/workflows/windows-debug.yml index ff8e8638..de4a50f3 100644 --- a/.github/workflows/windows-debug.yml +++ b/.github/workflows/windows-debug.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@cfd5d913b3d6c3b4b7a0c3e8bfa6e2c1e2c3b2e3 + uses: actions/checkout@v4 with: submodules: recursive diff --git a/.github/workflows/windows-release.yml b/.github/workflows/windows-release.yml index cd53bec9..303330fc 100644 --- a/.github/workflows/windows-release.yml +++ b/.github/workflows/windows-release.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@a92723a3b2fd6e477b7a2a418b1a52c2b6b5c5ee + uses: actions/checkout@v4 with: submodules: recursive