Skip to content

Commit

Permalink
bump github action/{checkout,cache}
Browse files Browse the repository at this point in the history
to get rid of github node 16 warnings, except on ci-rpm centos:7 which is too
old for node>16
  • Loading branch information
mcnewton committed Apr 23, 2024
1 parent dcbdc4b commit 379abf0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
apt-get install -y --no-install-recommends git-core ca-certificates
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: freeradius

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
mv *.deb debs/
- 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 }}
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
mv eapol_test /usr/local/bin
chmod +x /usr/local/bin/eapol_test
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: freeradius

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
- name: 'Restore OpenSSL 3.0 from the cache'
if: ${{ matrix.env.LIBS_ALT == 'yes' }}
uses: actions/cache@v3
uses: actions/cache@v4
id: openssl-cache
with:
path: /opt/openssl/
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
[ -d /opt/openssl ] && export PATH=/opt/openssl/bin:$PATH
printf "\nopenssl: " ; openssl version
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build eapol_test
run: |
Expand Down Expand Up @@ -460,7 +460,7 @@ jobs:
runs-on: ubuntu-latest
name: "Merge into upstream"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/crossbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: false

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0${{ ( matrix.env.OS != 'centos7' ) && '1' }}

Expand Down

0 comments on commit 379abf0

Please sign in to comment.