Skip to content

Commit 53ddbdc

Browse files
build(deps): bump the github-actions group across 1 directory with 4 updates
Bumps the github-actions group with 4 updates in the / directory: [actions/create-github-app-token](https://github.com/actions/create-github-app-token), [actions/cache](https://github.com/actions/cache), [actions/download-artifact](https://github.com/actions/download-artifact) and [Vampire/setup-wsl](https://github.com/vampire/setup-wsl). Updates `actions/create-github-app-token` from 1.11.5 to 1.11.6 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@0d56448...21cfef2) Updates `actions/cache` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c907a7...d4323d4) Updates `actions/download-artifact` from 4.1.8 to 4.1.9 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@fa0a91b...cc20338) Updates `Vampire/setup-wsl` from 4.1.1 to 5.0.0 - [Release notes](https://github.com/vampire/setup-wsl/releases) - [Commits](Vampire/setup-wsl@79d85ea...f40fb59) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch 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 9f220da commit 53ddbdc

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/actions-updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Generate token
1616
id: generate_token
17-
uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # ratchet:actions/[email protected].5
17+
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # ratchet:actions/[email protected].6
1818
with:
1919
app_id: ${{ secrets.APP_ID }}
2020
private_key: ${{ secrets.APP_PEM }}

.github/workflows/add-to-project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Generate token
1818
id: generate_token
19-
uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # ratchet:actions/[email protected].5
19+
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # ratchet:actions/[email protected].6
2020
with:
2121
app_id: ${{ secrets.APP_ID }}
2222
private_key: ${{ secrets.APP_PEM }}

.github/workflows/main.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
path: otp_archive.tar.gz
7474
- name: Cache pre-built tar archives
7575
id: pre-built-cache
76-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # ratchet:actions/[email protected].1
76+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # ratchet:actions/[email protected].2
7777
with:
7878
path: |
7979
otp_src.tar.gz
@@ -152,13 +152,13 @@ jobs:
152152
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
153153

154154
- name: Download source archive
155-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # ratchet:actions/[email protected].8
155+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # ratchet:actions/[email protected].9
156156
with:
157157
name: otp_prebuilt
158158

159159
- name: Cache wxWidgets
160160
id: wxwidgets-cache
161-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # ratchet:actions/[email protected].1
161+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # ratchet:actions/[email protected].2
162162
with:
163163
path: wxWidgets
164164
key: wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}-12
@@ -199,7 +199,7 @@ jobs:
199199
steps:
200200
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
201201
- name: Download source archive
202-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # ratchet:actions/[email protected].8
202+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # ratchet:actions/[email protected].9
203203
with:
204204
name: otp_prebuilt
205205

@@ -233,7 +233,7 @@ jobs:
233233
runs-on: windows-2022
234234
needs: pack
235235
steps:
236-
- uses: Vampire/setup-wsl@79d85ead05e70e4ba1e1e83367db6e0ccb89b578 # ratchet:Vampire/setup-wsl@v4.1.1
236+
- uses: Vampire/setup-wsl@f40fb59d850112c9a292b0218bca8271305b9127 # ratchet:Vampire/setup-wsl@v5.0.0
237237
with:
238238
distribution: Ubuntu-18.04
239239

@@ -247,7 +247,7 @@ jobs:
247247
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")
248248
249249
- name: Cache wxWidgets
250-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # ratchet:actions/[email protected].1
250+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # ratchet:actions/[email protected].2
251251
with:
252252
path: wxWidgets
253253
key: wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}
@@ -289,7 +289,7 @@ jobs:
289289
nmake TARGET_CPU=amd64 BUILD=release SHARED=0 DIR_SUFFIX_CPU= -f makefile.vc
290290
291291
- name: Download source archive
292-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # ratchet:actions/[email protected].8
292+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # ratchet:actions/[email protected].9
293293
with:
294294
name: otp_prebuilt
295295

@@ -362,7 +362,7 @@ jobs:
362362
BASE_BRANCH: ${{ env.BASE_BRANCH }}
363363
TYPE: ${{ matrix.type }}
364364
- name: Download source archive
365-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # ratchet:actions/[email protected].8
365+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # ratchet:actions/[email protected].9
366366
with:
367367
name: otp_prebuilt
368368
- name: Build ${{ matrix.type }} image
@@ -504,7 +504,7 @@ jobs:
504504
with:
505505
BASE_BRANCH: ${{ env.BASE_BRANCH }}
506506
- name: Download test results
507-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # ratchet:actions/[email protected].8
507+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # ratchet:actions/[email protected].9
508508
- name: Merge test results
509509
run: |
510510
shopt -s nullglob
@@ -572,15 +572,15 @@ jobs:
572572

573573
## Publish the pre-built archive and docs
574574
- name: Download source archive
575-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # ratchet:actions/[email protected].8
575+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # ratchet:actions/[email protected].9
576576
with:
577577
name: otp_prebuilt
578578
- name: Download html docs
579-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # ratchet:actions/[email protected].8
579+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # ratchet:actions/[email protected].9
580580
with:
581581
name: otp_doc_html
582582
- name: Download man docs
583-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # ratchet:actions/[email protected].8
583+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # ratchet:actions/[email protected].9
584584
with:
585585
name: otp_doc_man
586586

0 commit comments

Comments
 (0)