Skip to content

Commit

Permalink
Merge pull request #26 from kubewarden/renovate/actions-setup-dotnet-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-dotnet action to v4
  • Loading branch information
flavio authored Sep 11, 2024
2 parents b3f59ed + d8ef766 commit 398bb00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.0.x'
include-prerelease: true
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.0.x'
include-prerelease: true
Expand Down

0 comments on commit 398bb00

Please sign in to comment.