Skip to content

Commit 1e815fa

Browse files
Bump the all group across 1 directory with 5 updates
Bumps the all group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `6` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `7` | | [actions/setup-node](https://github.com/actions/setup-node) | `4` | `6` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) Updates `actions/upload-artifact` from 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) Updates `actions/download-artifact` from 4 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) Updates `actions/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3a1e9f2 commit 1e815fa

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

.github/workflows/build.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
with:
1919
submodules: recursive
2020

@@ -24,13 +24,13 @@ jobs:
2424
echo "ref=$( cd native/polserver && git log -1 --format=%h )" >> $GITHUB_OUTPUT
2525
2626
- name: Cache polserver-build
27-
uses: actions/cache@v4
27+
uses: actions/cache@v5
2828
with:
2929
path: native/build/polserver
3030
key: linux-polserver-build-full-${{ steps.get-ref.outputs.ref }}
3131

3232
- name: Cache polserver-src
33-
uses: actions/cache@v4
33+
uses: actions/cache@v5
3434
with:
3535
path: native/polserver
3636
key: linux-polserver-src-full-${{ steps.get-ref.outputs.ref }}
@@ -40,7 +40,7 @@ jobs:
4040
- run: npm test
4141

4242
- name: Upload Extension Artifact
43-
uses: actions/upload-artifact@v4
43+
uses: actions/upload-artifact@v6
4444
with:
4545
name: vscode-escript-native.linux-x64
4646
path: native/build/Release/vscode-escript-native.linux-x64.node
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: windows-latest
5151

5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v6
5454
with:
5555
submodules: recursive
5656

@@ -61,13 +61,13 @@ jobs:
6161
echo "ref=$( cd native/polserver && git log -1 --format=%h )" >> $GITHUB_OUTPUT
6262
6363
- name: Cache polserver-build
64-
uses: actions/cache@v4
64+
uses: actions/cache@v5
6565
with:
6666
path: native/build/polserver
6767
key: windows-polserver-build-full-${{ steps.get-ref.outputs.ref }}
6868

6969
- name: Cache polserver-src
70-
uses: actions/cache@v4
70+
uses: actions/cache@v5
7171
with:
7272
path: native/polserver
7373
key: windows-polserver-src-full-${{ steps.get-ref.outputs.ref }}
@@ -79,7 +79,7 @@ jobs:
7979
- run: npm test
8080

8181
- name: Upload Extension Artifact
82-
uses: actions/upload-artifact@v4
82+
uses: actions/upload-artifact@v6
8383
with:
8484
name: vscode-escript-native.win32-x64
8585
path: native/build/Release/vscode-escript-native.win32-x64.node
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: macos-latest
9090

9191
steps:
92-
- uses: actions/checkout@v4
92+
- uses: actions/checkout@v6
9393
with:
9494
submodules: recursive
9595

@@ -99,13 +99,13 @@ jobs:
9999
echo "ref=$( cd native/polserver && git log -1 --format=%h )" >> $GITHUB_OUTPUT
100100
101101
- name: Cache polserver-build
102-
uses: actions/cache@v4
102+
uses: actions/cache@v5
103103
with:
104104
path: native/build/polserver
105105
key: mac-polserver-build-full-${{ steps.get-ref.outputs.ref }}
106106

107107
- name: Cache polserver-src
108-
uses: actions/cache@v4
108+
uses: actions/cache@v5
109109
with:
110110
path: native/polserver
111111
key: mac-polserver-src-full-${{ steps.get-ref.outputs.ref }}
@@ -123,7 +123,7 @@ jobs:
123123
- run: npm test
124124

125125
- name: Upload Extension Artifact
126-
uses: actions/upload-artifact@v4
126+
uses: actions/upload-artifact@v6
127127
with:
128128
name: vscode-escript-native.darwin-universal
129129
path: native/build/Release/vscode-escript-native.darwin-universal.node
@@ -134,7 +134,7 @@ jobs:
134134
needs: [windows, mac, linux]
135135

136136
steps:
137-
- uses: actions/checkout@v4
137+
- uses: actions/checkout@v6
138138
with:
139139
submodules: recursive
140140

@@ -144,41 +144,41 @@ jobs:
144144
echo "ref=$( cd native/polserver && git log -1 --format=%h )" >> $GITHUB_OUTPUT
145145
146146
- name: Cache polserver-build
147-
uses: actions/cache@v4
147+
uses: actions/cache@v5
148148
with:
149149
path: native/build/polserver
150150
key: linux-polserver-build-full-${{ steps.get-ref.outputs.ref }}
151151

152152
- name: Cache polserver-src
153-
uses: actions/cache@v4
153+
uses: actions/cache@v5
154154
with:
155155
path: native/polserver
156156
key: linux-polserver-src-full-${{ steps.get-ref.outputs.ref }}
157157

158158
- run: npm install
159159

160160
- name: Download Temporary Artifact darwin-universal
161-
uses: actions/download-artifact@v4
161+
uses: actions/download-artifact@v7
162162
with:
163163
name: vscode-escript-native.darwin-universal
164164
path: native/build/Release
165165

166166
- name: Download Temporary Artifact win32-x64
167-
uses: actions/download-artifact@v4
167+
uses: actions/download-artifact@v7
168168
with:
169169
name: vscode-escript-native.win32-x64
170170
path: native/build/Release
171171

172172
- name: Download Temporary Artifact linux-x64
173-
uses: actions/download-artifact@v4
173+
uses: actions/download-artifact@v7
174174
with:
175175
name: vscode-escript-native.linux-x64
176176
path: native/build/Release
177177

178178
- run: npx vsce package
179179

180180
- name: Upload Extension Artifact
181-
uses: actions/upload-artifact@v4
181+
uses: actions/upload-artifact@v6
182182
with:
183183
name: escript-lsp-universal
184184
path: escript-lsp-*.vsix

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/setup-node@v4
13+
- uses: actions/setup-node@v6
1414
with:
1515
node-version: 20
1616

0 commit comments

Comments
 (0)