Skip to content

Commit 765b278

Browse files
dhaiducekopenshift-merge-robot
authored andcommitted
Bump checkout version
Signed-off-by: Dale Haiducek <[email protected]>
1 parent ee22d82 commit 765b278

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout Repo
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717

1818
- name: Run FOSSA Scan
1919
uses: fossas/fossa-action@v1

.github/workflows/go-postsubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: checkout code
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v3
2525
with:
2626
fetch-depth: 1
2727
path: go/src/open-cluster-management.io/governance-policy-framework-addon

.github/workflows/go-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: checkout code
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v3
2323
with:
2424
fetch-depth: 1
2525
path: go/src/open-cluster-management.io/governance-policy-framework-addon

.github/workflows/kind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: KinD tests
3030
steps:
3131
- name: Checkout Governance Policy Framework Addon
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v3
3333
with:
3434
path: governance-policy-framework-addon
3535
fetch-depth: 0 # Fetch all history for all tags and branches

0 commit comments

Comments
 (0)