Skip to content

Commit cd1dc2f

Browse files
authored
Merge pull request #436 from JuliaIO/dependabot/github_actions/julia-actions/setup-julia-3
Bump julia-actions/setup-julia from 2 to 3
2 parents b4660c9 + b3a0a97 commit cd1dc2f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v6
20-
- uses: julia-actions/setup-julia@v2
20+
- uses: julia-actions/setup-julia@v3
2121
with:
2222
version: '1.10'
2323
show-versioninfo: true # this causes versioninfo to be printed to the action log

.github/workflows/Invalidations.yml

Lines changed: 1 addition & 1 deletion
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@v2
19+
- uses: julia-actions/setup-julia@v3
2020
with:
2121
version: '1.10'
2222
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)