Skip to content

Commit

Permalink
Merge pull request #628 from NetSparkleUpdater/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/checkout-4.2.2
  • Loading branch information
Deadpikle authored Nov 4, 2024
2 parents 258eace + 3121e4c commit dc5eceb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: nuget/setup-nuget@v2
with:
nuget-api-key: ${{secrets.NUGET_API_KEY}}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: windows-latest
needs: test
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: nuget/setup-nuget@v2
with:
nuget-api-key: ${{secrets.NUGET_API_KEY}}
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
needs: build
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/avalonia-preview' || github.ref == 'refs/heads/versions/2.x'
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: nuget/setup-nuget@v2
with:
nuget-api-key: ${{secrets.NUGET_API_KEY}}
Expand Down

0 comments on commit dc5eceb

Please sign in to comment.