diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a6b36cf..6c798dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: docker_container: ["mcr.microsoft.com/windows/servercore:ltsc2022"] steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Test_Run_Default uses: ./ with: @@ -110,7 +110,7 @@ jobs: container: mcr.microsoft.com/powershell:7.5-ubuntu-24.04 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install shell: pwsh run: >- diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index d093cdd..cb532d0 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v3 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # ratchet:actions/checkout@v3 with: fetch-depth: 3 token: ${{ secrets.GITHUB_TOKEN }}