Skip to content

Commit

Permalink
Merge pull request #584 from NetSparkleUpdater/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/checkout-4.1.7

Bump actions/checkout from 4.1.2 to 4.1.7
  • Loading branch information
Deadpikle committed Jun 21, 2024
2 parents 872ce9b + 80ba783 commit efca47d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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].2
- uses: actions/[email protected].7
- uses: nuget/setup-nuget@v2
with:
nuget-api-key: ${{secrets.NUGET_API_KEY}}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
# ACTIONS_ALLOW_UNSECURE_COMMANDS: true
# microsoft/[email protected] fixes that deprecation issue.
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].7
- uses: nuget/setup-nuget@v2
with:
nuget-api-key: ${{secrets.NUGET_API_KEY}}
Expand Down

0 comments on commit efca47d

Please sign in to comment.