Skip to content

Commit 92578f0

Browse files
authored
Merge pull request #1354 from nunit/renovate/github-actions-non-major-updates
Update actions/checkout action to v5.0.1
2 parents baa5ac2 + 7cf215e commit 92578f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/NUnit3TestAdapter.CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: windows-latest
1010

1111
steps:
12-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
12+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1313
- uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5
1414
with:
1515
dotnet-version: |

.github/workflows/NUnit3TestAdapter.Myget.Publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: ⤵Checkout Source
22-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2323

2424
- name: 🛠️ Setup .NET
2525
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5

0 commit comments

Comments
 (0)