Skip to content

Commit 82f7f2d

Browse files
Bump the all-github-actions group with 3 updates
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>
1 parent 9065818 commit 82f7f2d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ jobs:
6666
with:
6767
version: ${{ matrix.version }}
6868
- run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
69-
- uses: julia-actions/cache@v2
69+
- uses: julia-actions/cache@v3
7070
- uses: julia-actions/julia-buildpkg@v1
7171
- uses: julia-actions/julia-runtest@v1
7272
- uses: julia-actions/julia-processcoverage@v1
7373
with:
7474
directories: src,examples
75-
- uses: codecov/codecov-action@v5
75+
- uses: codecov/codecov-action@v6
7676
with:
7777
files: lcov.info
7878
env:

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
version: '1.10'
4141
show-versioninfo: true
42-
- uses: julia-actions/cache@v2
42+
- uses: julia-actions/cache@v3
4343
- uses: julia-actions/julia-buildpkg@v1
4444
env:
4545
PYTHON: ""

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
version: ${{ matrix.version }}
4949
- run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
50-
- uses: julia-actions/cache@v2
50+
- uses: julia-actions/cache@v3
5151
- uses: julia-actions/julia-downgrade-compat@v2
5252
with:
5353
skip: LinearAlgebra,Printf,SparseArrays,DelimitedFiles,Test

.github/workflows/JET.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
version: ${{ matrix.version }}
5959
- run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
60-
- uses: julia-actions/cache@v2
60+
- uses: julia-actions/cache@v3
6161
- name: Install and run JET.jl
6262
shell: julia --project="." --color=yes {0}
6363
run: |

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