Skip to content

Commit edf9182

Browse files
authored
Merge pull request #183 from rzeldent/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 1180c06 + 3920ab9 commit edf9182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Build
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v6
99
with:
1010
submodules: 'true'
1111
- uses: actions/cache@v5

0 commit comments

Comments
 (0)