Skip to content

Commit 2b87446

Browse files
author
Ferenc Sárai
committed
chore: update swarm-actions to version 1.0.0 in workflow
1 parent bcb3a30 commit 2b87446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ jobs:
6565
npx link-checker --url-ignore localhost --allow-hash-href --mkdocs --http-cache /tmp/link-checker --http-always-get --http-timeout 10000 --http-redirects 5 ./build
6666
6767
- name: Create preview
68-
uses: ethersphere/swarm-actions/pr-preview@v0
68+
uses: ethersphere/swarm-actions/pr-preview@v1.0.0
6969
with:
7070
bee-url: https://unlimited.gateway.ethswarm.org
7171
token: ${{ secrets.REPO_GHA_PAT }}
7272
error-document: index.html
7373
headers: "${{ secrets.GATEWAY_AUTHORIZATION_HEADER }}"
7474

7575
- name: Upload to testnet
76-
uses: ethersphere/swarm-actions/upload-dir@v0
76+
uses: ethersphere/swarm-actions/upload-dir@v1.0.0
7777
continue-on-error: true
7878
with:
7979
index-document: index.html

0 commit comments

Comments
 (0)