Skip to content

Commit 0d9aa0f

Browse files
authored
Update dotnetcore.yml
1 parent eb7b640 commit 0d9aa0f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)