Skip to content

Commit 1140685

Browse files
authored
Merge pull request #947 from JuliaCollections/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 93ec635 + bc94833 commit 1140685

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
@@ -46,7 +46,7 @@ jobs:
4646
# Install an x86_64 build of Julia, and run it under Rosetta 2 emulation
4747
arch: 'x64'
4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v5
5050
- uses: julia-actions/setup-julia@v2
5151
with:
5252
version: ${{ matrix.version }}

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Documentation
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- uses: julia-actions/setup-julia@v2
2121
with:
2222
version: '1' # replace this with whatever version you need

0 commit comments

Comments
 (0)