From: Nick Porter Date: Fri, 26 Jan 2024 08:03:19 +0000 (+0000) Subject: Bump github cache action version for newer node.js X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be1ec67a48e4cb7769f8ae55760d5b5ba33c1a13;p=thirdparty%2Ffreeradius-server.git Bump github cache action version for newer node.js --- diff --git a/.github/actions/build-freeradius/action.yml b/.github/actions/build-freeradius/action.yml index aa0faefdfaf..8f0e9b484fa 100644 --- a/.github/actions/build-freeradius/action.yml +++ b/.github/actions/build-freeradius/action.yml @@ -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 }} diff --git a/.github/actions/freeradius-alt-deps/action.yml b/.github/actions/freeradius-alt-deps/action.yml index 64a190e6d29..db8fc44a1f8 100644 --- a/.github/actions/freeradius-alt-deps/action.yml +++ b/.github/actions/freeradius-alt-deps/action.yml @@ -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/