Skip to content

Commit 694f82b

Browse files
Bump actions/checkout from 3.3.0 to 3.4.0 (#3473)
Bump actions/checkout from 3.3.0 to 3.4.0
1 parent b3fe192 commit 694f82b

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@ac593985615ec2ede58e132d2e21d2b1cbd6127c
30+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.4.0
24+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.4.0
2525
with:
2626
persist-credentials: false
2727

0 commit comments

Comments
 (0)