Skip to content

Commit f3cfb3a

Browse files
authored
Merge pull request #19 from JuliaDebug/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 386f27f + 4146528 commit f3cfb3a

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@v4
17+
- uses: actions/checkout@v5
1818
- uses: julia-actions/install-juliaup@v2
1919
with:
2020
channel: ${{matrix.channel}}

0 commit comments

Comments
 (0)