Skip to content

Commit

Permalink
[github-actions] Updated to use checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Sep 13, 2023
1 parent 5a00bbd commit 9546654
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
rm -rf extract/lib
sudo cp -r extract/* /
sudo ldconfig
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: autogen
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
tar -C extract -xvf $I
done
sudo cp -r extract/* /
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: install additional requirements
run: |
SDKDIR=`xcrun --sdk macosx --show-sdk-path 2>/dev/null`
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
tar -C extract -xvf $I
done
cp -r extract/* /
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: install additional requirements
run: |
FILENAME="libzip-1.7.1-static.tar.bz2"
Expand Down

0 comments on commit 9546654

Please sign in to comment.