Skip to content

Commit e5a2f4a

Browse files
Merge pull request #208 from JuliaGeodynamics/dependabot/github_actions/all-github-actions-8109cbb1a8
Bump the all-github-actions group with 3 updates
2 parents fd41f44 + 2a36170 commit e5a2f4a

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
version: '1.12'
4949
allow_failure: true
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 }}
@@ -59,7 +59,7 @@ jobs:
5959
- uses: julia-actions/julia-buildpkg@latest
6060
- uses: julia-actions/julia-runtest@latest
6161
- uses: julia-actions/julia-processcoverage@v1
62-
- uses: codecov/codecov-action@v6
62+
- uses: codecov/codecov-action@v7
6363
with:
6464
token: ${{ secrets.CODECOV_TOKEN }}
6565
fail_ci_if_error: false # or true if you want CI to fail when Codecov fails

.github/workflows/DocPreviewCleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout gh-pages branch
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
with:
1919
ref: gh-pages
2020

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
build:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v7
3333
- uses: julia-actions/setup-julia@v3
3434
with:
3535
version: '1'

.github/workflows/Downstream.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
- {user: JuliaGeodynamics, repo: LaMEM.jl}
2828

2929
steps:
30-
- uses: actions/checkout@v6
30+
- uses: actions/checkout@v7
3131
- uses: julia-actions/setup-julia@v3
3232
with:
3333
version: ${{ matrix.julia-version }}
3434
arch: x64
3535
- uses: julia-actions/julia-buildpkg@latest
3636
- name: Clone Downstream
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@v7
3838
with:
3939
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
4040
path: downstream
@@ -56,7 +56,7 @@ jobs:
5656
exit(0) # Exit immediately, as a success
5757
end
5858
- uses: julia-actions/julia-processcoverage@v1
59-
- uses: codecov/codecov-action@v6
59+
- uses: codecov/codecov-action@v7
6060
with:
6161
files: lcov.info
6262
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/Format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.event.pull_request.draft == false
1717
steps:
1818
- name: Check out repository
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020
with:
2121
ref: ${{github.event.pull_request.head.ref}}
2222
repository: ${{github.event.pull_request.head.repo.full_name}}

.github/workflows/SpellCheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ 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.46.0
13+
uses: crate-ci/typos@v1.48.0
1414
with:
1515
args: --exclude **/*.txt --exclude **/*.pvsm

0 commit comments

Comments
 (0)