Skip to content

Commit

Permalink
Merge pull request #27 from ipfs-shipyard/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
Arlodotexe authored Nov 23, 2023
2 parents de32dc8 + 5442e78 commit 2a0cd84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: dotnet build
run: dotnet build /r
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit 2a0cd84

Please sign in to comment.