Skip to content

Commit bea95f0

Browse files
authored
Merge pull request #185 from Codeuctivity/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents a4f87a5 + 8afe53e commit bea95f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v4
2020
with:
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: windows-latest
3838
needs: build
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141
- name: Setup .NET
4242
uses: actions/setup-dotnet@v4
4343
with:
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: windows-latest
7272
needs: build
7373
steps:
74-
- uses: actions/checkout@v4
74+
- uses: actions/checkout@v5
7575
- name: Setup .NET
7676
uses: actions/setup-dotnet@v4
7777
with:

0 commit comments

Comments
 (0)