]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Updated actions
authorAndrew Murray <radarhere@users.noreply.github.com>
Wed, 24 Apr 2024 23:24:46 +0000 (09:24 +1000)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 6 Sep 2024 15:51:57 +0000 (18:51 +0300)
Closes: https://github.com/tukaani-project/xz/pull/115
(cherry picked from commit ef616683ef11f11ffdfbe0624da33905e28a70f9)

.github/workflows/ci.yml
.github/workflows/windows-ci.yml

index b661dea3126bdd08d9edcb85132f6ffc370cb5ad..b6a0a9eaa81d9379c9339b163764b9203f629a37 100644 (file)
@@ -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
index e02e85930e7ac7230cac51eb60752f7527971965..b6970b1272ed89d89d0981fe33ed91c19f2eb310 100644 (file)
@@ -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