Skip to content

Commit 3fbff1b

Browse files
authored
Merge pull request #342 from portefaix/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents ed5a436 + 45f0a0f commit 3fbff1b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/issues-pr-labels-comments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
comment:
3232
runs-on: ubuntu-22.04
3333
steps:
34-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
34+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3535

3636
- name: Label Commenter
3737
uses: peaceiris/actions-label-commenter@v1

.github/workflows/rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout the latest code
34-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
34+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3535
with:
3636
token: ${{ secrets.GITHUB_TOKEN }}
3737
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
pull-requests: write # for peter-evans/create-pull-request to create a PR
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
34+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3535
with:
3636
fetch-depth: 1
3737

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
egress-policy: audit
5353

5454
- name: "Checkout code"
55-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
55+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5656
with:
5757
persist-credentials: false
5858

.github/workflows/size.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
update_labels:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
27+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828

2929
- uses: actions-ecosystem/action-size@v2
3030
id: size

0 commit comments

Comments
 (0)