Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and geoperez committed Nov 5, 2023
1 parent d5a9e87 commit f424d9c
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
@@ -1,4 +1,4 @@
# This GitHub Action simply builds, packs and publishes the package to Nuget.org
# This GitHub Action simply builds, packs and publishes the package to Nuget.org
# You will need to manually trigger it.
# by @geoperez and @mariodivece
name: Pack and Publish to Nuget.org
Expand All @@ -13,7 +13,7 @@ jobs:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
steps:
- name: 🚕 Checkout codebase
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🏗 Build, Pack and Publish to Nuget.org
run: |
dotnet pack ${{ env.PROJECT_FILE_PATH }} --configuration Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
Expand Down

0 comments on commit f424d9c

Please sign in to comment.