Skip to content

Commit 2277802

Browse files
Bump the all-github-actions group with 2 updates (#1122)
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 60f1dea commit 2277802

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
version: '1'
3939
show-versioninfo: true
40-
- uses: julia-actions/cache@v2
40+
- uses: julia-actions/cache@v3
4141
- name: Build package
4242
uses: julia-actions/julia-buildpkg@v1
4343
- 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/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Display Julia version
7272
run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
7373

74-
- uses: julia-actions/cache@v2
74+
- uses: julia-actions/cache@v3
7575

7676
- name: Build package
7777
uses: julia-actions/julia-buildpkg@v1
@@ -95,7 +95,7 @@ jobs:
9595
- name: Upload unit coverage report to Codecov
9696
# Only run coverage in one Job (Ubuntu and latest Julia version)
9797
if: matrix.os == 'ubuntu-latest' && matrix.version == '1.11'
98-
uses: codecov/codecov-action@v5
98+
uses: codecov/codecov-action@v6
9999
with:
100100
files: lcov.info
101101
fail_ci_if_error: true
@@ -122,7 +122,7 @@ jobs:
122122
- name: Upload total coverage report to Codecov
123123
# Only run coverage in one Job (Ubuntu and latest Julia version)
124124
if: matrix.os == 'ubuntu-latest' && matrix.version == '1.11'
125-
uses: codecov/codecov-action@v5
125+
uses: codecov/codecov-action@v6
126126
with:
127127
files: lcov.info
128128
fail_ci_if_error: true

0 commit comments

Comments
 (0)