Skip to content

Commit eff8a96

Browse files
authored
Merge pull request #22 from JuliaAstro/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 2b3be3c + 9e3de70 commit eff8a96

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
@@ -16,7 +16,7 @@ jobs:
1616
- '1'
1717
- '1.6'
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- uses: julia-actions/setup-julia@v2
2121
with:
2222
version: ${{ matrix.version }}

.github/workflows/Docs.yml

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

0 commit comments

Comments
 (0)