Skip to content

Commit 7b87627

Browse files
Merge pull request #9 from ssciwr/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents e60aa78 + 98d13b1 commit 7b87627

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616

1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919

2020
- name: make build directory
2121
run: cmake -E make_directory ${{runner.workspace}}/build

0 commit comments

Comments
 (0)