Skip to content

Commit

Permalink
GitHub Actions: bump actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ruimaciel committed Nov 12, 2023
1 parent f6caec5 commit 99a55d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: install dependencies
run: sudo apt-get install -y cmake check
- name: configure cmake
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-22.04
needs: build
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: actions/download-artifact@v1
with:
name: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: install dependencies
run: sudo apt-get install check
- name: create build directory
Expand Down

0 comments on commit 99a55d8

Please sign in to comment.