Skip to content

Commit 505a73c

Browse files
Bump the github-actions group with 2 updates (#121)
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia). Updates `actions/checkout` from 2 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v6) Updates `julia-actions/setup-julia` from 1 to 3 - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Commits](julia-actions/setup-julia@v1...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: julia-actions/setup-julia dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d1950a3 commit 505a73c

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
@@ -24,7 +24,7 @@ jobs:
2424
- x64
2525
steps:
2626
- uses: actions/checkout@v6
27-
- uses: julia-actions/setup-julia@v1
27+
- uses: julia-actions/setup-julia@v3
2828
with:
2929
version: ${{ matrix.version }}
3030
arch: ${{ matrix.arch }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v6
1515
- uses: julia-actions/setup-julia@latest
1616
with:
1717
version: '1'

0 commit comments

Comments
 (0)