Skip to content

Commit dff5c63

Browse files
authored
Merge pull request #202 from JuliaDocs/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 1f1b71c + 43a8bdb commit dff5c63

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
arch:
2323
- x64
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- uses: julia-actions/setup-julia@v2
2727
with:
2828
version: ${{ matrix.version }}

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- uses: julia-actions/setup-julia@v2
1818
with:
1919
version: '1.9'

0 commit comments

Comments
 (0)