Skip to content

Commit 316ea1d

Browse files
Bump actions/checkout from 6 to 7 (#225)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2d74718 commit 316ea1d

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-24.04
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v6
38+
uses: actions/checkout@v7
3939
with:
4040
fetch-depth: 0
4141

.github/workflows/float-fvp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
steps:
6464
- name: Checkout
65-
uses: actions/checkout@v6
65+
uses: actions/checkout@v7
6666

6767
- name: Set up Python
6868
uses: actions/setup-python@v6

.github/workflows/float-host.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
steps:
6363
- name: Checkout
64-
uses: actions/checkout@v6
64+
uses: actions/checkout@v7
6565

6666
- name: Set up Python
6767
uses: actions/setup-python@v6

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@v7
3434

3535
- name: Setup Pages
3636
uses: actions/configure-pages@v6

.github/workflows/integer-fvp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
steps:
6464
- name: Checkout
65-
uses: actions/checkout@v6
65+
uses: actions/checkout@v7
6666

6767
- name: Set up Python
6868
uses: actions/setup-python@v6

.github/workflows/lib-variants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
steps:
7474
- name: Checkout
75-
uses: actions/checkout@v6
75+
uses: actions/checkout@v7
7676

7777
- name: Set up Python
7878
uses: actions/setup-python@v6

.github/workflows/pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Generate pack
1717
runs-on: ubuntu-22.04
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/pdsc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v7
3737

3838
- name: Check
3939
run: |

0 commit comments

Comments
 (0)