File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,23 +21,23 @@ jobs:
2121 build :
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v1
24+ - uses : actions/checkout@v3
2525 with :
2626 fetch-depth : ' 0'
2727 - name : Set up DotNET Core
28- uses : actions/setup-dotnet@v1
28+ uses : actions/setup-dotnet@v3
2929 with :
3030 dotnet-version : |-
3131 3.1.x
3232 5.0.x
3333 6.0.x
3434 - name : Install GitVersion
35- uses : gittools/actions/gitversion/setup@v0.9.7
35+ uses : gittools/actions/gitversion/setup@v0.9.14
3636 with :
3737 versionSpec : 5.x
3838 - id : determine_version
3939 name : Determine Version
40- uses : gittools/actions/gitversion/execute@v0.9.7
40+ uses : gittools/actions/gitversion/execute@v0.9.14
4141 with :
4242 additionalArguments : /overrideconfig mode=Mainline
4343 - name : Install Octopus Deploy CLI
@@ -165,10 +165,10 @@ jobs:
165165 packages : RandomQuotes
166166 overwrite_mode : OverwriteExisting
167167 - name : Create Octopus Release
168- uses : OctopusDeploy/create-release-action@v1.1.1
168+ uses : OctopusDeploy/create-release-action@v1
169169 with :
170170 api_key : ${{ secrets.OCTOPUS_API_TOKEN }}
171171 project : RandomQuotes
172172 server : ${{ secrets.OCTOPUS_SERVER_URL }}
173- deploy_to : Dev
173+ deploy_to : Development
174174 packages : ${{ steps.package.outputs.versions_new_line }}
You can’t perform that action at this time.
0 commit comments