We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e470766 commit 0ab3d6cCopy full SHA for 0ab3d6c
1 file changed
.github/workflows/build-test-and-deploy.yml
@@ -5,9 +5,9 @@ on:
5
- main
6
jobs:
7
build-test-and-deploy:
8
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v5
11
12
- name: Build
13
run: dotnet build --configuration Release src/MsSqlHelpers/MsSqlHelpers.csproj
@@ -19,4 +19,4 @@ jobs:
19
uses: brandedoutcast/publish-nuget@v2
20
with:
21
PROJECT_FILE_PATH: src/MsSqlHelpers/MsSqlHelpers.csproj
22
- NUGET_KEY: ${{secrets.NUGET_TOKEN}}
+ NUGET_KEY: ${{secrets.NUGET_TOKEN}}
0 commit comments