Skip to content

Commit 0fe4ad3

Browse files
chore(deps): absorb 2025-04 dependabot GitHub Actions updates (#261)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2f479d commit 0fe4ad3

File tree

32 files changed

+75
-75
lines changed

32 files changed

+75
-75
lines changed

.github/actions/chromatic/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
version: 8
2727
run_install: false
2828

29-
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
29+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
3030
with:
3131
node-version: 20
3232
cache: pnpm

.github/actions/cypress-e2e-testing/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ runs:
5656
version: 8
5757
run_install: false
5858

59-
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
59+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
6060
with:
6161
node-version: 20
6262
cache: pnpm
@@ -81,7 +81,7 @@ runs:
8181
command: cd ${{ inputs.module }}/tests/e2e && pnpm cypress install --force
8282

8383
- name: Cypress end-to-end testing
84-
uses: cypress-io/github-action@9c318d4f950c2f0ff2e96fa4dc4279e5706efd8e # v6.7.14
84+
uses: cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
8585
with:
8686
command: pnpm run cypress:run --browser electron --spec features/**/${{ inputs.feature_file_path }} --env tags="${{ inputs.test_tags }}"
8787
install: false

.github/actions/deb-delivery/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
using: "composite"
3131
steps:
3232
- name: Use cache DEB files
33-
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
33+
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3434
with:
3535
path: ./*.deb
3636
key: ${{ inputs.cache_key }}

.github/actions/frontend-build/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
version: 8
3333
run_install: false
3434

35-
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
35+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
3636
with:
3737
node-version: 20
3838
cache: pnpm
@@ -54,13 +54,13 @@ runs:
5454

5555
- name: Cache index.html file
5656
if: ${{ inputs.index_cache_key != '' && inputs.index_file != '' }}
57-
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
57+
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5858
with:
5959
path: ${{ inputs.index_file }}
6060
key: ${{ inputs.index_cache_key }}
6161

6262
- name: Cache static directory
63-
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
63+
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6464
with:
6565
path: ${{ inputs.static_directory }}
6666
key: ${{ inputs.static_cache_key }}

.github/actions/frontend-lint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
version: 8
3232
run_install: false
3333

34-
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
34+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
3535
with:
3636
node-version: 20
3737
cache: pnpm

.github/actions/lighthouse-to-s3/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ inputs:
1717
runs:
1818
using: "composite"
1919
steps:
20-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
20+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
2121
with:
2222
python-version: "3.10"
2323

.github/actions/npm-publish-package-beta/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ inputs:
2424
runs:
2525
using: "composite"
2626
steps:
27-
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
27+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
2828
with:
2929
node-version: 20
3030

.github/actions/npm-publish-package-stable/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ inputs:
2424
runs:
2525
using: "composite"
2626
steps:
27-
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
27+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
2828
with:
2929
node-version: 20
3030

.github/actions/package-nfpm/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ runs:
109109
shell: bash
110110

111111
- name: Cache packages
112-
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
112+
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
113113
with:
114114
path: ./*.${{ inputs.package_extension }}
115115
key: ${{ inputs.cache_key }}
116116

117117
# Update if condition to true to get packages as artifacts
118118
- if: ${{ false }}
119119
name: Upload package artifacts
120-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
120+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
121121
with:
122122
name: packages-${{ inputs.distrib }}
123123
path: ./*.${{ inputs.package_extension}}

.github/actions/package/action.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,23 @@ runs:
6060
steps:
6161
- name: Restore index file cache
6262
if: "${{ inputs.frontend_index_file != '' && inputs.frontend_index_cache_key != '' }}"
63-
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
63+
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6464
with:
6565
path: ${{ inputs.frontend_index_file }}
6666
key: ${{ inputs.frontend_index_cache_key }}
6767
fail-on-cache-miss: true
6868

6969
- name: Restore static directory cache
7070
if: "${{ inputs.frontend_static_directory != '' && inputs.frontend_static_cache_key != '' }}"
71-
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
71+
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
7272
with:
7373
path: ${{ inputs.frontend_static_directory }}
7474
key: ${{ inputs.frontend_static_cache_key }}
7575
fail-on-cache-miss: true
7676

7777
- name: Restore widgets directory cache
7878
if: "${{ inputs.frontend_widgets_directory != '' && inputs.frontend_widgets_cache_key != '' }}"
79-
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
79+
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
8080
with:
8181
path: ${{ inputs.frontend_widgets_directory }}
8282
key: ${{ inputs.frontend_widgets_cache_key }}
@@ -90,15 +90,15 @@ runs:
9090
9191
- name: Restore vendor directory cache
9292
if: "${{ inputs.backend_vendor_directory != '' && inputs.backend_vendor_cache_key != '' }}"
93-
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
93+
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
9494
with:
9595
path: ${{ inputs.backend_vendor_directory }}
9696
key: ${{ inputs.backend_vendor_cache_key }}
9797
fail-on-cache-miss: true
9898

9999
- name: Restore translation directory cache
100100
if: "${{ inputs.translation_directory != '' && inputs.translation_cache_key != '' }}"
101-
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
101+
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
102102
with:
103103
path: ${{ inputs.translation_directory }}
104104
key: ${{ inputs.translation_cache_key }}
@@ -169,14 +169,14 @@ runs:
169169
shell: bash
170170

171171
- name: Upload package artifacts
172-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
172+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
173173
with:
174174
name: packages-${{ inputs.package_extension }}-${{ inputs.distrib }}
175175
path: ./*.${{ inputs.package_extension }}
176176
retention-days: 1
177177

178178
- name: Cache packaged files
179-
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
179+
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
180180
with:
181181
path: ./*.${{ inputs.package_extension }}
182182
key: ${{ inputs.cache_key }}

0 commit comments

Comments
 (0)