Skip to content

Commit 071fa98

Browse files
Bump the all-github-actions group with 2 updates (#68)
Bumps the all-github-actions group with 2 updates: [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `julia-actions/setup-julia` from 2 to 3 - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Commits](julia-actions/setup-julia@v2...v3) Updates `crate-ci/typos` from 1.44.0 to 1.46.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.44.0...v1.46.0) --- updated-dependencies: - dependency-name: julia-actions/setup-julia dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: crate-ci/typos dependency-version: 1.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d2b53d commit 071fa98

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: which julia
1616
continue-on-error: true
1717
- name: Install Julia, but only if it is not already available in the PATH
18-
uses: julia-actions/setup-julia@v2
18+
uses: julia-actions/setup-julia@v3
1919
with:
2020
version: '1'
2121
arch: ${{ runner.arch }}

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Check out project
3030
uses: actions/checkout@v6
3131
- name: Set up Julia
32-
uses: julia-actions/setup-julia@v2
32+
uses: julia-actions/setup-julia@v3
3333
with:
3434
version: '1'
3535
show-versioninfo: true

.github/workflows/FormatCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Check out project
1919
uses: actions/checkout@v6
2020
- name: Set up Julia
21-
uses: julia-actions/setup-julia@v2
21+
uses: julia-actions/setup-julia@v3
2222
with:
2323
version: ${{ matrix.julia-version }}
2424
- run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'

.github/workflows/SpellCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- name: Checkout Actions Repository
1111
uses: actions/checkout@v6
1212
- name: Check spelling
13-
uses: crate-ci/typos@v1.44.0
13+
uses: crate-ci/typos@v1.46.0

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Check out project
5151
uses: actions/checkout@v6
5252
- name: Set up Julia
53-
uses: julia-actions/setup-julia@v2
53+
uses: julia-actions/setup-julia@v3
5454
with:
5555
version: ${{ matrix.version }}
5656
- run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'

0 commit comments

Comments
 (0)