Skip to content

Commit 53d9419

Browse files
dependabot[bot]stotko
authored andcommitted
build(deps): bump the actions group with 2 updates
Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18fdfdc commit 53d9419

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-22.04 # Keep Ubuntu 22.04 until compatibility with lcov has been improved
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222

2323
- name: Install OpenMP
2424
shell: bash
@@ -63,9 +63,9 @@ jobs:
6363
- compute
6464

6565
steps:
66-
- uses: actions/checkout@v4
66+
- uses: actions/checkout@v5
6767

68-
- uses: actions/download-artifact@v4
68+
- uses: actions/download-artifact@v5
6969
with:
7070
name: Coverage Report
7171
path: build

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-24.04
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222

2323
- name: Install OpenMP
2424
shell: bash
@@ -62,9 +62,9 @@ jobs:
6262
contents: write
6363

6464
steps:
65-
- uses: actions/checkout@v4
65+
- uses: actions/checkout@v5
6666

67-
- uses: actions/download-artifact@v4
67+
- uses: actions/download-artifact@v5
6868
with:
6969
name: Docs HTML
7070
path: build/docs/html

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-24.04
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222

2323
- name: Install OpenMP
2424
shell: bash
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-24.04
5151

5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454

5555
- name: Install OpenMP
5656
shell: bash
@@ -82,7 +82,7 @@ jobs:
8282
runs-on: ubuntu-24.04
8383

8484
steps:
85-
- uses: actions/checkout@v4
85+
- uses: actions/checkout@v5
8686

8787
- name: Install OpenMP
8888
shell: bash

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ${{ matrix.os }}
3232

3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535

3636
- name: Install OpenMP
3737
shell: bash
@@ -95,7 +95,7 @@ jobs:
9595
runs-on: ${{ matrix.os }}
9696

9797
steps:
98-
- uses: actions/checkout@v4
98+
- uses: actions/checkout@v5
9999

100100
- name: Download dependencies
101101
shell: bash

0 commit comments

Comments
 (0)