Skip to content

Commit 3466e19

Browse files
Bump the all-github-actions group with 3 updates (#193)
Bumps the all-github-actions group with 3 updates: [julia-actions/cache](https://github.com/julia-actions/cache), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `julia-actions/cache` from 2 to 3 - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](julia-actions/cache@v2...v3) Updates `codecov/codecov-action` from 5 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) Updates `crate-ci/typos` from 1.44.0 to 1.45.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.45.0) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: crate-ci/typos dependency-version: 1.45.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 6777967 commit 3466e19

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838
- uses: julia-actions/setup-julia@v2
3939
with:
4040
version: ${{ matrix.version }}
41-
- uses: julia-actions/cache@v2
41+
- uses: julia-actions/cache@v3
4242
- uses: julia-actions/julia-buildpkg@v1
4343
env:
4444
GKSwstype: "100" # for Plots/GR
4545
- uses: julia-actions/julia-runtest@v1
4646
env:
4747
GKSwstype: "100" # for Plots/GR
4848
- uses: julia-actions/julia-processcoverage@v1
49-
- uses: codecov/codecov-action@v5
49+
- uses: codecov/codecov-action@v6
5050
with:
5151
files: lcov.info
5252
fail_ci_if_error: true

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
version: '1'
4444
show-versioninfo: true
45-
- uses: julia-actions/cache@v2
45+
- uses: julia-actions/cache@v3
4646
- uses: julia-actions/julia-buildpkg@v1
4747
env:
4848
PYTHON: ""

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
version: ${{ matrix.version }}
3636
arch: ${{ matrix.arch }}
3737
- run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
38-
- uses: julia-actions/cache@v2
38+
- uses: julia-actions/cache@v3
3939
- uses: julia-actions/julia-downgrade-compat@v2
4040
with:
4141
skip: LinearAlgebra,SparseArrays,Statistics,Test

.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.45.0

0 commit comments

Comments
 (0)