]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
CI: Specify only the main version of the standard GH actions
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 11 Apr 2025 14:25:53 +0000 (17:25 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 17 Apr 2025 15:43:16 +0000 (18:43 +0300)
.github/workflows/ci.yml
.github/workflows/msvc.yml

index 01b8cdc6180503be5ffc4d08e5c67ce2bb8f76dc..6b36bdbece92083930c1154ed57e944f5567914d 100644 (file)
@@ -28,7 +28,7 @@ jobs:
         build_system: [autotools, cmake]
     runs-on: ${{ matrix.os }}
     steps:
-      - uses: actions/checkout@v4.1.6
+      - uses: actions/checkout@v4
 
       ########################
       # Install Dependencies #
@@ -158,7 +158,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@v4.3.3
+      - uses: actions/upload-artifact@v4
         if: ${{ failure() }}
         with:
           name: ${{ matrix.os }} ${{ matrix.build_system }} Test Logs
index c6b2fb7ab5839f7195078a3d60a75f30d259a24f..02da72a014bbb08b3051c4ea6da4f87c07154715 100644 (file)
@@ -23,7 +23,7 @@ jobs:
     runs-on: ${{ matrix.os }}
 
     steps:
-      - uses: actions/checkout@v4.2.2
+      - uses: actions/checkout@v4
 
       - name: Configure Win32
         run: >