Skip to content

Commit 1fefd91

Browse files
chore(deps): update github-actions
1 parent 5bce090 commit 1fefd91

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: Swatinem/rust-cache@v2
5757

5858
- name: Install pnpm
59-
uses: pnpm/action-setup@v4
59+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
6060

6161
- name: Install Node.js
6262
uses: actions/setup-node@v6

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
tool: cargo-zigbuild
8181

8282
- name: Install pnpm
83-
uses: pnpm/action-setup@v4
83+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
8484

8585
- name: Install Node.js
8686
uses: actions/setup-node@v6
@@ -109,7 +109,7 @@ jobs:
109109
run: pnpm build-dev --release --target ${{ matrix.target }} -x
110110

111111
- name: Upload artifact
112-
uses: actions/upload-artifact@v6
112+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
113113
with:
114114
name: bindings-${{ matrix.target }}
115115
path: napi/angular-compiler/*.node
@@ -127,7 +127,7 @@ jobs:
127127
- uses: actions/checkout@v6
128128

129129
- name: Install pnpm
130-
uses: pnpm/action-setup@v4
130+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
131131

132132
- name: Install Node.js
133133
uses: actions/setup-node@v6
@@ -139,7 +139,7 @@ jobs:
139139
run: pnpm install
140140

141141
- name: Download artifacts
142-
uses: actions/download-artifact@v7
142+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
143143
with:
144144
path: napi/angular-compiler/artifacts
145145

0 commit comments

Comments
 (0)