Skip to content

Commit

Permalink
Merge pull request #926 from Particular/action-versions-8-6
Browse files Browse the repository at this point in the history
Updating action versions in release-8.6
  • Loading branch information
particularbot6 authored Dec 15, 2022
2 parents be3afdc + c941dca commit 593c088
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.2.0
with:
fetch-depth: 0
- name: Setup .NET SDK
uses: actions/setup-dotnet@v2.1.0
uses: actions/setup-dotnet@v3.0.3
with:
dotnet-version: 7.0.x
- name: Build
Expand All @@ -28,7 +28,7 @@ jobs:
client-secret: ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }}
certificate-name: ${{ secrets.AZURE_KEY_VAULT_CERTIFICATE_NAME }}
- name: Publish artifacts
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@v3.1.1
with:
name: nugets
path: nugets/*
Expand Down

0 comments on commit 593c088

Please sign in to comment.