Skip to content

Commit 13d64e7

Browse files
committed
GitHub Actions: Update to actions/checkout@v4
1 parent 0171f03 commit 13d64e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
container:
1313
image: fedora:32
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616

1717
- name: Install dependencies
1818
run: dnf install -yq cmake ninja-build gcc-c++ clang-tools-extra python3-PyYAML boost-devel

0 commit comments

Comments
 (0)