mirror of
https://github.com/ditkrg/DIT.Workflower.git
synced 2026-01-25 15:22:56 +00:00
Update GitHub Actions workflows to use the latest versions of actions/setup-dotnet and actions/checkout
This commit is contained in:
9
.github/workflows/deploy-nuget.yaml
vendored
9
.github/workflows/deploy-nuget.yaml
vendored
@@ -1,3 +1,4 @@
|
||||
---
|
||||
name: Deploy To Nuget
|
||||
|
||||
on:
|
||||
@@ -19,13 +20,13 @@ jobs:
|
||||
build-push:
|
||||
name: Build and Publish
|
||||
needs: [test]
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-dotnet@v3
|
||||
- uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: "6.0.x"
|
||||
dotnet-version: "8.0.x"
|
||||
|
||||
- name: Restore packages
|
||||
run: dotnet restore
|
||||
|
||||
Reference in New Issue
Block a user