Skip to content

Commit a31af60

Browse files
authored
Merge pull request #165 from ionide/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents d5cfb3f + 02f7ed5 commit a31af60

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@v5
32+
- uses: actions/checkout@v6
3333

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

.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@v5
25+
- uses: actions/checkout@v6
2626

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

0 commit comments

Comments
 (0)