Skip to content

Commit 6255f4c

Browse files
Bump the all-github-actions group with 3 updates (#420)
Bumps the all-github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [crate-ci/typos](https://github.com/crate-ci/typos) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `crate-ci/typos` from 1.47.0 to 1.48.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.47.0...v1.48.0) Updates `codecov/codecov-action` from 6 to 7 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: crate-ci/typos dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions - dependency-name: codecov/codecov-action dependency-version: '7' 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 91b25ac commit 6255f4c

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/DocPreviewCleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout gh-pages branch
12-
uses: actions/checkout@v6
12+
uses: actions/checkout@v7
1313
with:
1414
ref: gh-pages
1515

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
build:
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v6
36+
- uses: actions/checkout@v7
3737
- uses: julia-actions/setup-julia@v3
3838
with:
3939
version: '1.10'

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- part1
4949
- part2
5050
steps:
51-
- uses: actions/checkout@v6
51+
- uses: actions/checkout@v7
5252
- uses: julia-actions/setup-julia@v3
5353
with:
5454
version: ${{ matrix.version }}

.github/workflows/Invalidations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
- uses: julia-actions/setup-julia@v3
2020
with:
2121
version: '1.10'
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323
- uses: julia-actions/julia-buildpkg@v1
2424
- uses: julia-actions/julia-invalidations@v1
2525
id: invs_pr
2626

27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828
with:
2929
ref: ${{ github.event.repository.default_branch }}
3030
- uses: julia-actions/julia-buildpkg@v1

.github/workflows/SpellCheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout Actions Repository
11-
uses: actions/checkout@v6
11+
uses: actions/checkout@v7
1212
- name: Check spelling
13-
uses: crate-ci/typos@v1.47.0
13+
uses: crate-ci/typos@v1.48.0

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- part1
6262
- part2
6363
steps:
64-
- uses: actions/checkout@v6
64+
- uses: actions/checkout@v7
6565
- uses: julia-actions/setup-julia@v3
6666
with:
6767
version: ${{ matrix.version }}
@@ -72,7 +72,7 @@ jobs:
7272
PYTHON: ""
7373
SBP_TEST: ${{ matrix.sbp_test }}
7474
- uses: julia-actions/julia-processcoverage@v1
75-
- uses: codecov/codecov-action@v6
75+
- uses: codecov/codecov-action@v7
7676
with:
7777
files: ./lcov.info
7878
flags: unittests
@@ -120,7 +120,7 @@ jobs:
120120
# Instead, we use the more tedious approach described above.
121121
# At first, we check out the repository and download all artifacts
122122
# (and list files for debugging).
123-
- uses: actions/checkout@v6
123+
- uses: actions/checkout@v7
124124
- uses: actions/download-artifact@v8
125125
- run: ls -R
126126
# Next, we merge the individual coverage files and upload

0 commit comments

Comments
 (0)