Skip to content

Commit 0a4b920

Browse files
Merge pull request #20 from cert-manager/dependabot/github_actions/all-a331d3ec2d
Bump actions/checkout from 4 to 5 in the all group
2 parents 5a9c7c1 + 890cae9 commit 0a4b920

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/base-static-csi-presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
packages: write
1717
contents: read
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020

2121
- uses: ./.github/actions/presubmit-variant
2222
with:

.github/workflows/base-static-csi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
packages: write
2121
contents: read
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424

2525
- uses: ./.github/actions/release-variant
2626
with:

.github/workflows/base-static-presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
packages: write
1717
contents: read
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020

2121
- uses: ./.github/actions/presubmit-variant
2222
with:

.github/workflows/base-static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
packages: write
2121
contents: read
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424

2525
- uses: ./.github/actions/release-variant
2626
with:

0 commit comments

Comments
 (0)