Skip to content

Commit 0d8141f

Browse files
authored
Merge pull request #997 from podman-container-tools/renovate/actions-checkout-7.x
Update actions/checkout action to v7.0.1
2 parents c6df09b + 75fac8b commit 0d8141f

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
image: ${{ steps.filter.outputs.image }}
2727
common: ${{ steps.filter.outputs.common }}
2828
steps:
29-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
29+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3030
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
3131
id: filter
3232
with:
@@ -68,7 +68,7 @@ jobs:
6868
timeout-minutes: 10
6969
name: "Storage: Cross"
7070
steps:
71-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
71+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7272
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
7373
with:
7474
go-version: stable
@@ -87,7 +87,7 @@ jobs:
8787
timeout-minutes: 10
8888
name: "Image: Cross"
8989
steps:
90-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
90+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9191
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
9292
with:
9393
go-version: stable

.github/workflows/lima.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ${{ inputs.runner }}
3535
timeout-minutes: ${{ inputs.timeout || 20 }} # default to 20m timeout if non specified
3636
steps:
37-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
37+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3838
with:
3939
persist-credentials: false
4040

.github/workflows/validate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
timeout-minutes: 10
1616
steps:
17-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
17+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1818
- name: install deps
1919
# Version of codespell bundled with Ubuntu is way old, so use pip.
2020
run: pip install --break-system-packages codespell==v2.4.1
@@ -30,7 +30,7 @@ jobs:
3030
run:
3131
working-directory: ./common
3232
steps:
33-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
33+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3434
with:
3535
fetch-depth: 2
3636
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
@@ -75,7 +75,7 @@ jobs:
7575
# Base commit sha that we use the lint the commit from
7676
EPOCH_TEST_COMMIT: "${{ github.event.pull_request.base.sha }}"
7777
steps:
78-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
78+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7979
with:
8080
# By default github actions creates a merge commit which fails the validation,
8181
# we only must validate the actual commits of the author.
@@ -94,7 +94,7 @@ jobs:
9494
runs-on: ubuntu-24.04
9595
timeout-minutes: 10
9696
steps:
97-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
97+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9898
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
9999
with:
100100
go-version: 1.26.x

0 commit comments

Comments
 (0)