Skip to content

Commit 6554d32

Browse files
dependabot[bot]chmouel
authored andcommitted
chore(deps): bump actions/checkout from 6.0.3 to 7.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@df4cb1c...9c091bb) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 20a29a9 commit 6554d32

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/container.yaml

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

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
39+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4040
with:
4141
persist-credentials: false
4242

.github/workflows/e2e.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
TESTRR_BUILD_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
127127
TESTRR_RUN_LABEL: gha-e2e-${{ matrix.provider }}
128128
steps:
129-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
129+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
130130
with:
131131
ref: ${{ inputs.target_ref || github.event.pull_request.head.sha || github.sha }}
132132
persist-credentials: false
@@ -175,7 +175,7 @@ jobs:
175175
echo "${HOME}/go/bin" >> "$GITHUB_PATH"
176176
177177
- name: Clone startpaac
178-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
178+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
179179
with:
180180
repository: openshift-pipelines/startpaac
181181
path: startpaac
@@ -423,7 +423,7 @@ jobs:
423423
needs: [e2e-tests]
424424
if: ${{ always() && github.ref_name == 'main' && github.event_name == 'schedule' }}
425425
steps:
426-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
426+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
427427
with:
428428
persist-credentials: false
429429
- name: Download all artifacts

0 commit comments

Comments
 (0)