Skip to content

Commit 2a0cd84

Browse files
authored
Merge pull request #27 from ipfs-shipyard/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 3 to 4
2 parents de32dc8 + 5442e78 commit 2a0cd84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

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

3333
- name: dotnet build
3434
run: dotnet build /r

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build-and-publish:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Setup .NET
1616
uses: actions/setup-dotnet@v3
1717
with:

0 commit comments

Comments
 (0)