From 0d9aa0f80a138625a9865e7d99ddb922d71d2113 Mon Sep 17 00:00:00 2001 From: Matthew Casperson Date: Wed, 26 Oct 2022 06:00:02 +1000 Subject: [PATCH] Update dotnetcore.yml --- .github/workflows/dotnetcore.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 1f5659e..6c59229 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -21,23 +21,23 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 with: fetch-depth: '0' - name: Set up DotNET Core - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: dotnet-version: |- 3.1.x 5.0.x 6.0.x - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.9.7 + uses: gittools/actions/gitversion/setup@v0.9.14 with: versionSpec: 5.x - id: determine_version name: Determine Version - uses: gittools/actions/gitversion/execute@v0.9.7 + uses: gittools/actions/gitversion/execute@v0.9.14 with: additionalArguments: /overrideconfig mode=Mainline - name: Install Octopus Deploy CLI @@ -165,10 +165,10 @@ jobs: packages: RandomQuotes overwrite_mode: OverwriteExisting - name: Create Octopus Release - uses: OctopusDeploy/create-release-action@v1.1.1 + uses: OctopusDeploy/create-release-action@v1 with: api_key: ${{ secrets.OCTOPUS_API_TOKEN }} project: RandomQuotes server: ${{ secrets.OCTOPUS_SERVER_URL }} - deploy_to: Dev + deploy_to: Development packages: ${{ steps.package.outputs.versions_new_line }}