Skip to content

Commit

Permalink
change actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
pairbit authored Dec 9, 2022
1 parent 6700f58 commit e777fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: build, pack & publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# - name: Setup dotnet
# uses: actions/setup-dotnet@v1
Expand All @@ -25,7 +25,7 @@ jobs:
# Publish
- name: publish on version change
id: publish_nuget
uses: pairbit/publish-nuget@v2.5.8
uses: pairbit/publish-nuget@v2.6.0
with:
# Filepath of the project to be packaged, relative to root of repository
PROJECT_FILE_PATH: Core/Core.csproj
Expand Down

0 comments on commit e777fe0

Please sign in to comment.