Skip to content

Commit

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

Bump actions/checkout from 4.1.0 to 4.1.1
  • Loading branch information
Deadpikle authored Oct 23, 2023
2 parents e2e01be + b682939 commit 4257e35
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].0
- uses: actions/[email protected].1
- uses: nuget/setup-nuget@v1
with:
nuget-api-key: ${{secrets.NUGET_API_KEY}}
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
# ACTIONS_ALLOW_UNSECURE_COMMANDS: true
# microsoft/[email protected] fixes that deprecation issue.
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: nuget/setup-nuget@v1
with:
nuget-api-key: ${{secrets.NUGET_API_KEY}}
Expand Down

0 comments on commit 4257e35

Please sign in to comment.