Skip to content

Commit a85b8de

Browse files
Update actions/checkout action to v4
1 parent b55fe15 commit a85b8de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545

4646
- name: Check out code base
4747
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
48-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
48+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4949
with:
5050
fetch-depth: 0
5151

5252
- name: Check out code base
5353
if: github.event_name == 'pull_request'
54-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
54+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5555
with:
5656
fetch-depth: 0
5757
ref: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)