Skip to content

Commit 720d901

Browse files
authored
Upgrade GitHub Actions to latest versions for nightly build
1 parent 7f2ea06 commit 720d901

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919

2020
# checkout code from repository
2121
- name: Checkout repository
22-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2323

2424
# install the latest .NET SDK on the local worker
2525
- name: Install .NET SDK
26-
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
26+
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
2727
with:
2828
dotnet-version: 10.0.100
2929
#dotnet-quality: 'preview'
@@ -45,7 +45,7 @@ jobs:
4545

4646
# Capture the build packages
4747
- name: Upload artifacts
48-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
48+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4949
with:
5050
name: NuGet Packages
5151
path: |
@@ -56,7 +56,7 @@ jobs:
5656
# In case of error, we want to capture any generated file for troubleshooting
5757
- name: Capture generated source files
5858
if: failure()
59-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
59+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6060
with:
6161
name: Generated Source Files
6262
path: '**/*.g.cs'

0 commit comments

Comments
 (0)