Skip to content

Commit f03705c

Browse files
Bump actions/checkout from 4 to 5 (#81)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c31aa3c commit f03705c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scorecard.yml

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

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@v4 # v3.1.0
35+
uses: actions/checkout@v5 # v3.1.0
3636
with:
3737
persist-credentials: false
3838

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
using: "composite"
3232
steps:
3333
- name: "Checkout the repo"
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
repository: ${{ inputs.repository }}
3737
token: ${{ inputs.token }}

0 commit comments

Comments
 (0)