Skip to content

Commit 96b5f2f

Browse files
Merge pull request #111 from BattlefieldDuck/dependabot/github_actions/actions-majors-76468cb07f
Bump actions/checkout from 5 to 6 in the actions-majors group
2 parents 5f2c711 + 036d8d9 commit 96b5f2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dotnet-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818

1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v5

.github/workflows/dotnet-publish-gpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717

1818
- name: Setup .NET 10
1919
uses: actions/setup-dotnet@v5

.github/workflows/dotnet-publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818

1919
- name: Setup .NET 10
2020
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)