Skip to content

Commit ddc592d

Browse files
Bump actions/checkout from 4 to 5 (#205)
1 parent 9d46d34 commit ddc592d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{matrix.os}}
2626

2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929

3030
- name: Install Linux Dependencies
3131
if: runner.environment == 'github-hosted' && runner.os == 'Linux'
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Checkout gh_pages
9999
if: github.ref_name == 'master' && matrix.docs
100-
uses: actions/checkout@v4
100+
uses: actions/checkout@v5
101101
with:
102102
ref: gh-pages
103103
path: gh-pages

0 commit comments

Comments
 (0)