Skip to content

Commit 8df6ce5

Browse files
committed
ci: update github actions
1 parent 4f4912b commit 8df6ce5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/pre-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Pre Release
2-
on:
2+
on:
33
pull_request:
44
paths: [CHANGELOG.md]
55
branches: [master]
@@ -8,7 +8,7 @@ jobs:
88
name: Post Comment
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v6
1212
- run: |
1313
source .github/scripts/changelog.sh
1414
git fetch origin --tags
@@ -20,7 +20,7 @@ jobs:
2020
fi
2121
shell: bash
2222
- if: ${{ env.TAG != '' }}
23-
uses: marocchino/sticky-pull-request-comment@f61b6cf21ef2fcc468f4345cdfcc9bda741d2343 # v2.6.2
23+
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
2424
with:
2525
header: pre-release
2626
recreate: true

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Publish
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v6
1313
- run: |
1414
source .github/scripts/changelog.sh
1515
git fetch origin --tags
@@ -25,7 +25,7 @@ jobs:
2525
fi
2626
shell: bash
2727
- if: ${{ env.TAG != '' }}
28-
uses: ncipollo/release-action@a2e71bdd4e7dab70ca26a852f29600c98b33153e # v1.12.0
28+
uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1.21.0
2929
with:
3030
body: |
3131
${{ env.BODY }}

.github/workflows/test-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
os: [macos-latest, ubuntu-latest, windows-latest]
1010
fail-fast: false
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v6
1313
with:
1414
path: start-ipfs-daemon-action
15-
- uses: actions/setup-go@v4
15+
- uses: actions/setup-go@v6
1616
with:
1717
go-version: 'oldstable'
1818
- run: go install github.com/ipfs/kubo/cmd/ipfs@latest

.github/workflows/test-download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
os: [macos-latest, ubuntu-latest, windows-latest]
1010
fail-fast: false
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v6
1313
with:
1414
path: start-ipfs-daemon-action
1515
- uses: ipfs/download-ipfs-distribution-action@v1

0 commit comments

Comments
 (0)