Skip to content

Commit 6acb13a

Browse files
build(deps): bump actions/checkout from 4 to 5 (#13)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a9c332b commit 6acb13a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
contents: write
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
2626
- name: Install Rust toolchain
@@ -46,7 +46,7 @@ jobs:
4646
cancel-in-progress: false
4747
steps:
4848
- name: Checkout repository
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050
with:
5151
fetch-depth: 0
5252
- name: Install Rust toolchain

0 commit comments

Comments
 (0)