Skip to content

Commit 27a3104

Browse files
Update actions/checkout action to v3.5.3
1 parent 2e6c2cb commit 27a3104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
5555
with:
5656
fetch-depth: 0
5757
ref: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)