Skip to content

Commit

Permalink
Merge pull request #29 from asimmon/renovate/major-pipeline-dependencies
Browse files Browse the repository at this point in the history
chore(deps): update pipeline dependencies (major)
  • Loading branch information
asimmon authored Mar 7, 2023
2 parents 4e09c63 + a1b5bc1 commit ba22ddd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-dotnet@v2
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x

Expand All @@ -41,7 +41,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-dotnet@v2
- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
3.1.x
Expand All @@ -60,6 +60,6 @@ jobs:
runs-on: ubuntu-latest
needs: [test]
steps:
- uses: geekyeggo/delete-artifact@v1
- uses: geekyeggo/delete-artifact@v2
with:
name: output-${{ github.run_number }}-${{ github.run_attempt }}
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-dotnet@v2
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x

Expand All @@ -37,7 +37,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-dotnet@v2
- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
3.1.x
Expand All @@ -59,7 +59,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-dotnet@v2
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x

Expand All @@ -76,6 +76,6 @@ jobs:
runs-on: ubuntu-latest
needs: [push]
steps:
- uses: geekyeggo/delete-artifact@v1
- uses: geekyeggo/delete-artifact@v2
with:
name: output-${{ github.run_number }}-${{ github.run_attempt }}

0 comments on commit ba22ddd

Please sign in to comment.