Skip to content

Commit f9d61f0

Browse files
authored
Merge pull request #20 from JuliaDebug/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents f3cfb3a + 544a927 commit f9d61f0

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
channel: ['1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '1.9', '1.10', '1.11']
1515
os: [ubuntu-latest]
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- uses: julia-actions/install-juliaup@v2
1919
with:
2020
channel: ${{matrix.channel}}

0 commit comments

Comments
 (0)