Skip to content

Commit 4a96200

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

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5555
with:
5656
fetch-depth: 0
5757
ref: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)