Skip to content

Commit 85cd5ad

Browse files
committed
update checkout version in pr-checks/checks
1 parent d5d81f4 commit 85cd5ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pr-checks/checks/submit-sarif-failure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
CODEQL_ACTION_TESTING_ENVIRONMENT: codeql-action-pr-checks
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- uses: ./init
2020
with:
2121
languages: javascript

pr-checks/checks/with-checkout-path.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "Checks that a custom `checkout_path` will find the proper commit_o
33
steps:
44
# Check out the actions repo again, but at a different location.
55
# choose an arbitrary SHA so that we can later test that the commit_oid is not from main
6-
- uses: actions/checkout@v3
6+
- uses: actions/checkout@v4
77
with:
88
ref: 474bbf07f9247ffe1856c6a0f94aeeb10e7afee6
99
path: x/y/z/some-path

0 commit comments

Comments
 (0)