Skip to content

Commit 28ab206

Browse files
build(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/cache](https://github.com/actions/cache) and [Vampire/setup-wsl](https://github.com/vampire/setup-wsl). Updates `actions/cache` from 4.1.2 to 4.2.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6849a64...1bd1e32) Updates `Vampire/setup-wsl` from 3.1.3 to 4.0.0 - [Release notes](https://github.com/vampire/setup-wsl/releases) - [Commits](Vampire/setup-wsl@23f94bc...94eb93b) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: Vampire/setup-wsl dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 800613c commit 28ab206

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ jobs:
8282
with:
8383
filters: .github/scripts/c-code-path-filters.yaml
8484
- name: Cache pre-built src
85-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/cache@v4.1.2
85+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # ratchet:actions/cache@v4.2.0
8686
with:
8787
path: otp_src.tar.gz
8888
key: prebuilt-src-${{ github.ref_name }}-${{ github.sha }}
8989
restore-keys: |
9090
prebuilt-src-${{ github.base_ref }}-${{ github.event.pull_request.base.sha }}
9191
- name: Cache pre-built binaries
92-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/cache@v4.1.2
92+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # ratchet:actions/cache@v4.2.0
9393
with:
9494
path: otp_cache.tar.gz
9595
key: prebuilt-cache-64-bit-${{ github.ref_name }}-${{ github.sha }}
@@ -193,7 +193,7 @@ jobs:
193193

194194
- name: Cache wxWidgets
195195
id: wxwidgets-cache
196-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/cache@v4.1.2
196+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # ratchet:actions/cache@v4.2.0
197197
with:
198198
path: wxWidgets
199199
key: wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}-${{ hashFiles('.github/scripts/build-macos-wxwidgets.sh')}}-12
@@ -269,7 +269,7 @@ jobs:
269269
needs: pack
270270
if: needs.pack.outputs.c-code-changes
271271
steps:
272-
- uses: Vampire/setup-wsl@23f94bc31caaddc08bd1230a00b89f872633d8d7 # ratchet:Vampire/setup-wsl@v3.1.3
272+
- uses: Vampire/setup-wsl@94eb93b553120d1861bf7560661794363e898ad4 # ratchet:Vampire/setup-wsl@v4.0.0
273273
with:
274274
distribution: Ubuntu-18.04
275275

@@ -283,7 +283,7 @@ jobs:
283283
IF EXIST "c:\\Program Files\\OpenSSL-Win64" (move "c:\\Program Files\\OpenSSL-Win64" "c:\\OpenSSL-Win64") ELSE (move "c:\\Program Files\\OpenSSL" "c:\\OpenSSL-Win64")
284284
285285
- name: Cache wxWidgets
286-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/cache@v4.1.2
286+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # ratchet:actions/cache@v4.2.0
287287
with:
288288
path: wxWidgets
289289
key: wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}

0 commit comments

Comments
 (0)