Skip to content

Commit 9cd6c73

Browse files
authored
Merge pull request #533 from sclorg/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 481efd6 + 0ff98dd commit 9cd6c73

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@v3
15+
uses: actions/checkout@v4
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@v3
15+
uses: actions/checkout@v4
1616
with:
1717
ref: "refs/pull/${{ github.event.issue.number }}/head"
1818
submodules: true

0 commit comments

Comments
 (0)