]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Bump github cache action version for newer node.js
authorNick Porter <nick@portercomputing.co.uk>
Fri, 26 Jan 2024 08:03:19 +0000 (08:03 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 26 Jan 2024 08:03:19 +0000 (08:03 +0000)
.github/actions/build-freeradius/action.yml
.github/actions/freeradius-alt-deps/action.yml

index aa0faefdfafdc19ee09de77f49dd53c346a60fef..8f0e9b484fa8b11d79440f28a0f4b61277fedf9d 100644 (file)
@@ -23,7 +23,7 @@ runs:
         git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
 
     - name: Restore LFS cache
-      uses: actions/cache@v3
+      uses: actions/cache@v4
       id: lfs-cache
       with:
         path: .git/lfs
@@ -36,7 +36,7 @@ runs:
         git lfs pull
 
     - name: Restore eapol_test build directory from cache
-      uses: actions/cache@v3
+      uses: actions/cache@v4
       id: hostapd-cache
       with:
         path: ${{ env.HOSTAPD_BUILD_DIR }}
index 64a190e6d29527a56b048ecefab01fd60cb0fb30..db8fc44a1f89cf0b3ca45134dc097f6b4514740c 100644 (file)
@@ -19,7 +19,7 @@ runs:
         wget -qO- http://www.openssl.org/source/openssl-$ALT_OPENSSL.tar.gz.sha256 | sed -ne 's/^\s\+/shasum=/p' >> $GITHUB_OUTPUT
 
     - name: 'Restore OpenSSL 3.0 from the cache'
-      uses: actions/cache@v3
+      uses: actions/cache@v4
       id: openssl-cache
       with:
         path: /opt/openssl/