Skip to content

Commit

Permalink
bump github action/checkout
Browse files Browse the repository at this point in the history
to get rid of github node 16 warnings
  • Loading branch information
mcnewton committed Apr 23, 2024
1 parent 59ad3d0 commit 24cfcf7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 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 @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/ci-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
yum install -y git-core
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: freeradius

Expand Down Expand Up @@ -267,7 +267,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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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 @@ -25,7 +25,7 @@ jobs:

steps:

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

Expand Down Expand Up @@ -57,7 +57,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 24cfcf7

Please sign in to comment.