Skip to content

Commit 801f68a

Browse files
Bump actions/checkout from 3.4.0 to 3.5.0 (#3541)
Bump actions/checkout from 3.4.0 to 3.5.0
1 parent 6230803 commit 801f68a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cd $GITHUB_WORKSPACE
2828
# Checks out a copy of the repo.
2929
- name: Check out code
30-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
30+
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
3131
with:
3232
fetch-depth: 0 # Fetch all history so the tool can get all the tags to determine version.
3333
- name: Set up tools

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: "Checkout code"
24-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.4.0
24+
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v2.4.0
2525
with:
2626
persist-credentials: false
2727

0 commit comments

Comments
 (0)