Skip to content

Commit

Permalink
Bump actions/checkout from 3.3.0 to 3.4.0 (#3473)
Browse files Browse the repository at this point in the history
Bump actions/checkout from 3.3.0 to 3.4.0
  • Loading branch information
dependabot[bot] committed Mar 21, 2023
1 parent b3fe192 commit 694f82b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cd $GITHUB_WORKSPACE
# Checks out a copy of the repo.
- name: Check out code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
with:
fetch-depth: 0 # Fetch all history so the tool can get all the tags to determine version.
- name: Set up tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.4.0
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.4.0
with:
persist-credentials: false

Expand Down

0 comments on commit 694f82b

Please sign in to comment.