Skip to content

Commit 5467c98

Browse files
Merge pull request #285 from cert-manager/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 6d2fc2d + fd83354 commit 5467c98

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/on-push-to-main-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: read
1616
steps:
1717
- name: Check out code
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121
- name: Setup Dockerx

.github/workflows/on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121
- name: Get release version
2222
id: tag
2323
uses: divyansh-gupta/action-get-tag@727a6f0a561be04e09013531e73a3983a65e3479

.github/workflows/on-safe-to-test-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install Git
6969
run: sudo yum install git -y
7070
- name: Check out code into the Go module directory
71-
uses: actions/checkout@v3
71+
uses: actions/checkout@v4
7272
with:
7373
fetch-depth: 0
7474
ref: ${{ github.event.pull_request.head.ref }}

.github/workflows/sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout code
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v4
3131
with:
3232
ref: ${{ env.GH_PAGES_BRANCH }}
3333
- name: Push README to gh-pages branch
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Checkout code
52-
uses: actions/checkout@v2
52+
uses: actions/checkout@v4
5353
with:
5454
repository: ${{ github.event.pull_request.head.repo.full_name }}
5555
ref: ${{ github.head_ref }}

0 commit comments

Comments
 (0)