Skip to content

Commit b7898e6

Browse files
chore(deps): update actions/checkout action to v7 (#13)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b1eba9d commit b7898e6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ossf-scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: "Checkout code"
10-
uses: actions/checkout@v6
10+
uses: actions/checkout@v7
1111
with:
1212
persist-credentials: false
1313

.github/workflows/reactions-based-pr-label.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
GH_TOKEN: ${{ github.token }}
2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929

3030
- name: Get Open PR numbers
3131
id: get-open-prs

.github/workflows/semver-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v6
10+
uses: actions/checkout@v7
1111
with:
1212
fetch-depth: 0
1313

0 commit comments

Comments
 (0)