Skip to content

Commit

Permalink
Upgrade GitHub checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLongstaff committed Sep 29, 2024
1 parent ab0c39c commit fe03218
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
generate-soh-otr:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: ccache
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
needs: generate-soh-otr
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: ccache
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
needs: generate-soh-otr
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Install dependencies
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
run: |
choco install ninja
Remove-Item -Path "C:\ProgramData\Chocolatey\bin\ccache.exe" -Force -ErrorAction SilentlyContinue
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: ccache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-builds-on-distros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
cmake ..
make
sudo make install
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Build SoH
Expand Down

0 comments on commit fe03218

Please sign in to comment.