Skip to content

Commit 0b04169

Browse files
authored
Merge pull request #155 from ionide/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 686f60f + 51f1f2f commit 0b04169

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
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ${{ matrix.os }}
3030

3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333

3434
- name: Setup .NET
3535
uses: actions/setup-dotnet@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626

2727
- name: Setup .NET
2828
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)