Skip to content

Commit 53ab809

Browse files
authored
Merge pull request #12 from macalinao/dependabot/github_actions/actions/checkout-5
ci(deps): bump actions/checkout from 4 to 5
2 parents 30346c5 + d4f1953 commit 53ab809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: write
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
2525
- name: Install Rust toolchain
@@ -45,7 +45,7 @@ jobs:
4545
cancel-in-progress: false
4646
steps:
4747
- name: Checkout repository
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949
with:
5050
fetch-depth: 0
5151
- name: Install Rust toolchain

0 commit comments

Comments
 (0)