Skip to content

Commit 4b39789

Browse files
committed
chore: bump GHA actions to latest versions
Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
1 parent 5e0490f commit 4b39789

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
os: [ubuntu-latest, windows-latest]
1212

1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v6
1515
- name: Setup .NET Core
16-
uses: actions/setup-dotnet@v1
16+
uses: actions/setup-dotnet@v5
1717
with:
1818
dotnet-version: 10.0.x
1919

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
env:
1010
NUGET_API_KEY: "${{ secrets.NUGET_API_KEY }}"
1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v6
1313
- name: Setup .NET Core
14-
uses: actions/setup-dotnet@v4
14+
uses: actions/setup-dotnet@v5
1515
with:
1616
dotnet-version: 10.0.x
1717

0 commit comments

Comments
 (0)