Skip to content

Commit 9699580

Browse files
chore: update actions/checkout action to v5 (#234)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 64d6d4a commit 9699580

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: ⏬ Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 0
2929

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: ⏬ Checkout
68-
uses: actions/checkout@v4
68+
uses: actions/checkout@v5
6969

7070
- name: 🔽 Setup dotnet from global.json
7171
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)