Skip to content

Commit 74a517d

Browse files
Update actions/checkout action to v7.0.1 (#18)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0b5abca commit 74a517d

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/REUSE.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
test:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v7.0.0
17+
- uses: actions/checkout@v7.0.1
1818
with:
1919
persist-credentials: false
2020
- name: REUSE Compliance Check

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
timeout-minutes: 5
124124
steps:
125125
- name: Checkout
126-
uses: actions/checkout@v7.0.0
126+
uses: actions/checkout@v7.0.1
127127
with:
128128
persist-credentials: false
129129

@@ -162,7 +162,7 @@ jobs:
162162
timeout-minutes: 15
163163
steps:
164164
- name: Checkout
165-
uses: actions/checkout@v7.0.0
165+
uses: actions/checkout@v7.0.1
166166
with:
167167
persist-credentials: false
168168

@@ -191,7 +191,7 @@ jobs:
191191
timeout-minutes: 15
192192
steps:
193193
- name: Checkout
194-
uses: actions/checkout@v7.0.0
194+
uses: actions/checkout@v7.0.1
195195

196196
- name: Install host-side tools (vault, bats)
197197
uses: ./.github/actions/setup-tools
@@ -319,7 +319,7 @@ jobs:
319319
doc: uc7-fru-discovery.md
320320
steps:
321321
- name: Checkout
322-
uses: actions/checkout@v7.0.0
322+
uses: actions/checkout@v7.0.1
323323

324324
- name: Install Go
325325
uses: actions/setup-go@v6.5.0

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run:
2020
working-directory: tests
2121
steps:
22-
- uses: actions/checkout@v7.0.0
22+
- uses: actions/checkout@v7.0.1
2323
with:
2424
persist-credentials: false
2525
- uses: actions/setup-go@v6.5.0

.github/workflows/sandbox-consumer.example.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
timeout-minutes: 30
3838
steps:
3939
- name: Check out the consumer repo (the service under test)
40-
uses: actions/checkout@v7.0.0
40+
uses: actions/checkout@v7.0.1
4141
with:
4242
path: service
4343
fetch-depth: 0
4444

4545
- name: Check out the sandbox harness
46-
uses: actions/checkout@v7.0.0
46+
uses: actions/checkout@v7.0.1
4747
with:
4848
repository: OpenCHAMI/integration-sandbox
4949
path: integration-sandbox

0 commit comments

Comments
 (0)