Skip to content

Commit 112a5a3

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), [crate-ci/typos](https://github.com/crate-ci/typos) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `julia-actions/cache` from 2 to 3 - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](julia-actions/cache@v2...v3) Updates `crate-ci/typos` from 1.42.3 to 1.44.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.42.3...v1.44.0) 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) --- 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: crate-ci/typos dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c281fc commit 112a5a3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
version: '1'
3636
show-versioninfo: true
37-
- uses: julia-actions/cache@v2
37+
- uses: julia-actions/cache@v3
3838
- name: Build package
3939
uses: julia-actions/julia-buildpkg@v1
4040
- name: Install dependencies

.github/workflows/FormatCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
version: '1'
2121
- run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
22-
- uses: julia-actions/cache@v2
22+
- uses: julia-actions/cache@v3
2323
- name: Install JuliaFormatter and format
2424
# This will use the latest version by default but you can set the version like so:
2525
#

.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.42.3
13+
uses: crate-ci/typos@v1.44.0

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Display Julia version
6363
run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
6464

65-
- uses: julia-actions/cache@v2
65+
- uses: julia-actions/cache@v3
6666

6767
- name: Build package
6868
uses: julia-actions/julia-buildpkg@v1
@@ -86,7 +86,7 @@ jobs:
8686
- name: Upload coverage report to Codecov
8787
# Only run coverage in one Job (Ubuntu and latest Julia version)
8888
if: matrix.os == 'ubuntu-latest' && matrix.version == '1.11'
89-
uses: codecov/codecov-action@v5
89+
uses: codecov/codecov-action@v6
9090
with:
9191
files: lcov.info
9292
fail_ci_if_error: true

0 commit comments

Comments
 (0)