Skip to content

Commit 8e636f2

Browse files
Bump actions/checkout from 2 to 3 (#515)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3)
1 parent 07eccd7 commit 8e636f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/container-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
&& contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association)
1313
steps:
1414
- name: Checkout repo
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
ref: "refs/pull/${{ github.event.issue.number }}/head"
1818
submodules: true

.github/workflows/openshift-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
&& contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association)
1313
steps:
1414
- name: Checkout repo
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
ref: "refs/pull/${{ github.event.issue.number }}/head"
1818
submodules: true

0 commit comments

Comments
 (0)