Skip to content

Commit a654cc5

Browse files
authored
Merge pull request #577 from gruenich/feature/github-action-checkout-v4
[ci] Update actions/checkout to version 4
2 parents 0a91daf + 9569114 commit a654cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
- name: Setup
1919
run: |
2020
sudo apt-get install cmake liblzma-dev

0 commit comments

Comments
 (0)