Skip to content

Commit a5a36e4

Browse files
authored
Merge pull request #36 from dbrattli/dependabot/github_actions/actions/checkout-6
chore: Bump actions/checkout from 4 to 6
2 parents 47cf160 + 01f30fa commit a5a36e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515

1616
- name: Setup .NET Core
1717
uses: actions/setup-dotnet@v4

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
timeout-minutes: 10
2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232

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

0 commit comments

Comments
 (0)