Skip to content

Commit a332825

Browse files
authored
Merge pull request #90 from Nyrest/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 605f317 + b696617 commit a332825

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
configuration: [Debug, Release]
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Setup .NET
2323
uses: actions/[email protected]
2424
with:
@@ -40,7 +40,7 @@ jobs:
4040
needs: [Tests]
4141

4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v5
4444
- name: Setup .NET
4545
uses: actions/[email protected]
4646
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
configuration: [Debug, Release]
2222

2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
- name: Setup .NET
2626
uses: actions/[email protected]
2727
with:

0 commit comments

Comments
 (0)