Skip to content

Commit 74a9e53

Browse files
chore(deps): update actions/checkout action to v5 (#286)
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.3.0 | v5.0.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent a57a633 commit 74a9e53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-please-pr-update-tagged-references.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
automated-commit: ${{ steps.check.outputs.automated-commit }}
3030
steps:
3131
- name: Checkout PR branch
32-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
32+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3333
with:
3434
ref: ${{ github.head_ref }}
3535
persist-credentials: false
@@ -84,7 +84,7 @@ jobs:
8484
permission-workflows: write
8585

8686
- name: Checkout PR branch
87-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
87+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8888
with:
8989
ref: ${{ github.head_ref }}
9090
token: ${{ steps.generate-github-token.outputs.token }}

.github/workflows/release-please-restore-rolling-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
permission-workflows: write
5757

5858
- name: Checkout main branch
59-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
59+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6060
with:
6161
ref: main
6262
token: ${{ steps.generate-github-token.outputs.token }}

0 commit comments

Comments
 (0)