Skip to content

Commit ae08969

Browse files
authored
Merge pull request #39 from dappnode/diego/update-checkout-v3
Update checkout version to v3
2 parents feb3ff9 + 3c5957f commit ae08969

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
name: Build test
1616
if: github.event_name != 'push'
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- run: npx @dappnode/dappnodesdk build --skip_save
2020

2121
release:
2222
name: Release
2323
runs-on: ubuntu-latest
2424
if: github.event_name == 'push'
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727
- name: Publish
2828
run: npx @dappnode/dappnodesdk publish patch --dappnode_team_preset
2929
env:

0 commit comments

Comments
 (0)