]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
[ci] Update GitHub Actions to latest versions 1126/head
authorChristoph Grüninger <foss@grueninger.de>
Sun, 19 Apr 2026 08:37:27 +0000 (10:37 +0200)
committerChristoph Grüninger <foss@grueninger.de>
Sun, 19 Apr 2026 08:37:27 +0000 (10:37 +0200)
Fix a couple of deprecation warnings that Node20.js will
stop working in June

.github/workflows/ci-debian.yml
.github/workflows/ci-fedora.yml
.github/workflows/ci-leap.yml
.github/workflows/ci-tumbleweed.yml
.github/workflows/ci-ubuntu.yml
.github/workflows/codespell.yml

index e9571e07fa440c7c604865b3ebacb933072ee620..025769ad9049afe3dec14fc55c5b71c8f9a5c743 100644 (file)
@@ -16,7 +16,7 @@ jobs:
       run: apt list --installed | sort
 
     - name: Git checkout
-      uses: actions/checkout@v1
+      uses: actions/checkout@v6
 
     - name: Configure
       run: make -f Makefile.repo
index e0bd34dcf123f464bd52026447f60e800bc7aec4..70ae2ed90fe98ded42f322cb3926c5ae7a08ad5f 100644 (file)
@@ -16,7 +16,7 @@ jobs:
       run: rpm -qa | sort
 
     - name: Git checkout
-      uses: actions/checkout@v1
+      uses: actions/checkout@v6
 
     - name: Configure
       run: make -f Makefile.repo
index e4dac44c87c067c86a55d760cb6138d6b255189a..597e03942cb714d1b15a93360a9f31549fa2b46b 100644 (file)
@@ -16,7 +16,7 @@ jobs:
       run: rpm -qa | sort
 
     - name: Git checkout
-      uses: actions/checkout@v1
+      uses: actions/checkout@v6
 
     - name: Configure
       run: make -f Makefile.repo
index c7cc45f14fcdc1700f8adf77c76f56dde20b9a6a..b03ee0d177b106a50179563ee9846d8409724b95 100644 (file)
@@ -27,7 +27,7 @@ jobs:
       run: rpm -qa | sort
 
     - name: Git checkout
-      uses: actions/checkout@v1
+      uses: actions/checkout@v6
 
     - name: Configure
       run: |
index f92e02e30c5cd2328e4db252c8f1e1cd718ba0e1..bea6a59a088d9573cbf96987bfe0829f771aa73d 100644 (file)
@@ -16,7 +16,7 @@ jobs:
       run: apt list --installed | sort
 
     - name: Git checkout
-      uses: actions/checkout@v1
+      uses: actions/checkout@v6
 
     - name: Configure
       run: make -f Makefile.repo
index 11de5393135da88674284459420f15bab0678008..6f62f8de37dac766649dd8d76c572d6464c21d6d 100644 (file)
@@ -15,7 +15,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v6
       - name: Codespell
-        # third-party so better use commit shasum (here of v2)
-        uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461
+        # third-party so better use commit shasum (here of v2.2)
+        uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579