Skip to content

Commit 81bcc8c

Browse files
chore(deps): pin dependencies
1 parent b5235dc commit 81bcc8c

4 files changed

Lines changed: 18 additions & 15 deletions

File tree

.github/workflows/auto-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v4.3.1
2020
with:
2121
fetch-depth: 0
2222

2323
- name: Setup Node.js
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@v4.4.0
2525
with:
26-
node-version: '22'
26+
node-version: '22.23.0'
2727

2828
- name: Get swarm-cli version
2929
id: version

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v4.3.1
1717

1818
- name: Setup pnpm
19-
uses: pnpm/action-setup@v3
19+
uses: pnpm/action-setup@v3.0.0
2020
with:
21-
version: 9
21+
version: 9.15.9
2222

2323
- name: Setup Node.js
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@v4.4.0
2525
with:
26-
node-version: '22'
26+
node-version: '22.23.0'
2727
cache: 'pnpm'
2828

2929
- name: Install dependencies
@@ -41,31 +41,31 @@ jobs:
4141
cat build/VERSION.txt
4242
4343
- name: Upload Linux x64 binary
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v4.6.2
4545
with:
4646
name: swarm-cli-linux
4747
path: build/swarm-cli-linux
4848

4949
- name: Upload Linux ARM64 binary
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v4.6.2
5151
with:
5252
name: swarm-cli-linux-arm
5353
path: build/swarm-cli-linux-arm
5454

5555
- name: Upload macOS x64 binary
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v4.6.2
5757
with:
5858
name: swarm-cli-macos
5959
path: build/swarm-cli-macos
6060

6161
- name: Upload macOS ARM64 binary
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v4.6.2
6363
with:
6464
name: swarm-cli-macos-arm
6565
path: build/swarm-cli-macos-arm
6666

6767
- name: Upload Windows binary
68-
uses: actions/upload-artifact@v4
68+
uses: actions/upload-artifact@v4.6.2
6969
with:
7070
name: swarm-cli-windows
7171
path: build/swarm-cli-windows.exe

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@ethersphere/swarm-cli": "2.36.1"
1717
},
1818
"devDependencies": {
19-
"@yao-pkg/pkg": "^6.8.0"
19+
"@yao-pkg/pkg": "6.8.0"
2020
}
2121
}

pnpm-lock.yaml

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)