diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b661dea3..b6a0a9ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: build_system: [autotools, cmake] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 #v4.1.0 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f #v4.1.3 ######################## # Install Dependencies # @@ -156,7 +156,7 @@ jobs: run: ./build-aux/ci_build.bash -b ${{ matrix.build_system }} -d small -p test -n small # Attempt to upload the test logs as artifacts if any step has failed - - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 #v4.0.0 + - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 #v4.3.3 if: ${{ failure() }} with: name: ${{ matrix.os }} ${{ matrix.build_system }} Test Logs diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index e02e8593..b6970b12 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -39,7 +39,7 @@ jobs: # Rely on the msys2 GitHub Action to set up the msys2 environment. - name: Setup MSYS2 - uses: msys2/setup-msys2@27b3aa77f672cb6b3054121cfd80c3d22ceebb1d #v2.20.1 + uses: msys2/setup-msys2@cc11e9188b693c2b100158c3322424c4cc1dadea #v2.22.0 with: msystem: ${{ matrix.msys2_env }} update: true @@ -55,7 +55,7 @@ jobs: # text file and will not match the output from xzgrep. run: git config --global core.autocrlf false - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 #v4.1.0 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f #v4.1.3 ######################## @@ -117,7 +117,7 @@ jobs: ############### # Upload the test logs as artifacts if any step has failed. - - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 #v4.0.0 + - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 #v4.3.3 if: ${{ failure() }} with: name: ${{ matrix.msys2_env }} ${{ matrix.build_system }} Test Logs