Skip to content

Commit daffc0b

Browse files
chore: update actions/checkout action to v5
1 parent ad26461 commit daffc0b

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)