Skip to content

Commit 8a33981

Browse files
authored
Merge pull request #389 from JuliaIO/dependabot/github_actions/julia-actions/setup-julia-2
Bump julia-actions/setup-julia from 1 to 2
2 parents ca0d64b + 5addc88 commit 8a33981

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Documenter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: julia-actions/setup-julia@v1
14+
- uses: julia-actions/setup-julia@v2
1515
with:
1616
version: nightly # change this to 1.6 once's that's official
1717
show-versioninfo: true # this causes versioninfo to be printed to the action log

.github/workflows/Invalidations.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.base_ref == github.event.repository.default_branch
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: julia-actions/setup-julia@v1
19+
- uses: julia-actions/setup-julia@v2
2020
with:
2121
version: '1'
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)