Skip to content

Commit

Permalink
Update GitHub checkout action version.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Sep 29, 2024
1 parent 87a4295 commit 564d8b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo apt install -y libbz2-dev libcurl4-openssl-dev libfribidi-dev libgtk-3-dev libjpeg-dev libxml2-dev
- name: Checkout smooth
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: enzo1982/smooth
path: smooth
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
cd ..
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down

0 comments on commit 564d8b5

Please sign in to comment.