Skip to content

Commit 0ab3d6c

Browse files
authored
Update build-test-and-deploy.yml
1 parent e470766 commit 0ab3d6c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-test-and-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
- main
66
jobs:
77
build-test-and-deploy:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v5
1111

1212
- name: Build
1313
run: dotnet build --configuration Release src/MsSqlHelpers/MsSqlHelpers.csproj
@@ -19,4 +19,4 @@ jobs:
1919
uses: brandedoutcast/publish-nuget@v2
2020
with:
2121
PROJECT_FILE_PATH: src/MsSqlHelpers/MsSqlHelpers.csproj
22-
NUGET_KEY: ${{secrets.NUGET_TOKEN}}
22+
NUGET_KEY: ${{secrets.NUGET_TOKEN}}

0 commit comments

Comments
 (0)