Skip to content

Commit 3d2b53d

Browse files
Bump the all-github-actions group with 2 updates (#67)
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>
1 parent 02027ec commit 3d2b53d

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'
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/FormatCheck.yml

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

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
version: ${{ matrix.version }}
5656
- run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
57-
- uses: julia-actions/cache@v2
57+
- uses: julia-actions/cache@v3
5858
- name: Build package
5959
uses: julia-actions/julia-buildpkg@v1
6060
- name: Run tests
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
directories: src,test
6868
- name: Upload coverage report to Codecov
69-
uses: codecov/codecov-action@v5
69+
uses: codecov/codecov-action@v6
7070
with:
7171
files: lcov.info
7272
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)