Skip to content

Commit 7f629ef

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.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) 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.45.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 e015f17 commit 7f629ef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/Documenter.yml

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

.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

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
version: ${{ matrix.version }}
6262
- run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
63-
- uses: julia-actions/cache@v2
63+
- uses: julia-actions/cache@v3
6464
- name: Build package
6565
uses: julia-actions/julia-buildpkg@v1
6666
- name: Run tests
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
directories: src
7474
- name: Upload coverage report to Codecov
75-
uses: codecov/codecov-action@v5
75+
uses: codecov/codecov-action@v6
7676
with:
7777
files: lcov.info
7878
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)