Skip to content

Commit 4fe5615

Browse files
authored
Merge pull request #159 from JuliaCollections/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 5f09fa5 + 514db80 commit 4fe5615

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
version: '1.6'
4545
arch: ''
4646
steps:
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v5
4848
- uses: julia-actions/setup-julia@v2
4949
with:
5050
version: ${{ matrix.version }}

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Documentation
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- uses: julia-actions/setup-julia@v2
1515
with:
1616
version: '1' # replace this with whatever version you need

0 commit comments

Comments
 (0)