Skip to content

Commit 0a68d85

Browse files
Bump the all-github-actions group with 2 updates (#98)
Bumps the all-github-actions group with 2 updates: [julia-actions/cache](https://github.com/julia-actions/cache) 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 `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: 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
1 parent e0fbe1d commit 0a68d85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
version: '1.10'
3232
show-versioninfo: true
33-
- uses: julia-actions/cache@v2
33+
- uses: julia-actions/cache@v3
3434
- uses: julia-actions/julia-buildpkg@v1
3535
env:
3636
PYTHON: ""

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
version: ${{ matrix.version }}
4949
arch: ${{ matrix.arch }}
50-
- uses: julia-actions/cache@v2
50+
- uses: julia-actions/cache@v3
5151
- uses: julia-actions/julia-buildpkg@v1
5252
env:
5353
PYTHON: ""
@@ -63,7 +63,7 @@ jobs:
6363
flag-name: run-${{ matrix.os }}-${{ matrix.version }}-${{ matrix.arch }}
6464
parallel: true
6565
path-to-lcov: ./lcov.info
66-
- uses: codecov/codecov-action@v5
66+
- uses: codecov/codecov-action@v6
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
6969
files: ./lcov.info # optional

0 commit comments

Comments
 (0)