File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 - name : Setup .NET
15- uses : actions/setup-dotnet@v1
15+ uses : actions/setup-dotnet@v4
1616 with :
1717 dotnet-version : 9.0.x
1818 - name : Test
Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1313 - name : Set env
1414 run : |
1515 RELEASE_VERSION=${GITHUB_REF#refs/*/}
1616 echo "RELEASE_VERSION=${RELEASE_VERSION:1}" >> $GITHUB_ENV
1717 - name : Echo RELEASE_VERSION
1818 run : echo $RELEASE_VERSION
1919 - name : Setup .NET
20- uses : actions/setup-dotnet@v1
20+ uses : actions/setup-dotnet@v4
2121 with :
2222 dotnet-version : 9.0.x
2323 - name : Pack
You can’t perform that action at this time.
0 commit comments