Skip to content

Commit 95c31c2

Browse files
authored
Merge pull request #142 from netbootxyz/renovate/actions-checkout-7.x
Update actions/checkout action to v7
2 parents b6bf988 + 6accd7e commit 95c31c2

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v6
13+
uses: actions/checkout@v7
1414
with:
1515
fetch-depth: '0'
1616

@@ -43,12 +43,12 @@ jobs:
4343

4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v6
46+
uses: actions/checkout@v7
4747
with:
4848
fetch-depth: '0'
4949

5050
- name: Checkout docker-netbootxyz for container source files
51-
uses: actions/checkout@v6
51+
uses: actions/checkout@v7
5252
with:
5353
repository: netbootxyz/docker-netbootxyz
5454
path: docker-netbootxyz

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id-token: write
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929
with:
3030
fetch-depth: 1
3131

.github/workflows/webapp-dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v6
9+
uses: actions/checkout@v7
1010

1111
- name: Setup Node.js
1212
uses: actions/setup-node@v5
@@ -27,10 +27,10 @@ jobs:
2727
needs: test # Only build/push if tests pass
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@v7
3131

3232
- name: Checkout docker-netbootxyz for container source files
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@v7
3434
with:
3535
repository: netbootxyz/docker-netbootxyz
3636
path: docker-netbootxyz

0 commit comments

Comments
 (0)