Skip to content

Commit d5bbc61

Browse files
[deps]: Update gh minor (#366)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 16c7461 commit d5bbc61

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

.github/workflows/a11y-eval-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
- name: Setup Node
28-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
28+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2929
with:
3030
cache: "npm"
3131
cache-dependency-path: "**/package-lock.json"
@@ -131,7 +131,7 @@ jobs:
131131
run: echo "$(<./test-summary/test-summary.md)" >> $GITHUB_STEP_SUMMARY
132132

133133
- name: Upload results as artifact
134-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
134+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
135135
if: always()
136136
with:
137137
name: test-summary

.github/workflows/a11y-eval-browser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
- name: Setup Node
28-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
28+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2929
with:
3030
cache: "npm"
3131
cache-dependency-path: "**/package-lock.json"
@@ -131,7 +131,7 @@ jobs:
131131
run: echo "$(<./test-summary/test-summary.md)" >> $GITHUB_STEP_SUMMARY
132132

133133
- name: Upload results as artifact
134-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
134+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
135135
if: always()
136136
with:
137137
name: test-summary

.github/workflows/a11y-eval-web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
- name: Setup Node
24-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
24+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2525
with:
2626
cache: "npm"
2727
cache-dependency-path: "**/package-lock.json"
@@ -109,7 +109,7 @@ jobs:
109109
run: echo "$(<./test-summary/test-summary.md)" >> $GITHUB_STEP_SUMMARY
110110

111111
- name: Upload results as artifact
112-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
112+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
113113
if: always()
114114
with:
115115
name: test-summary

.github/workflows/test-all-custom-flags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3131
- name: Setup Node
32-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
32+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3333
with:
3434
cache: "npm"
3535
cache-dependency-path: "**/package-lock.json"
@@ -135,7 +135,7 @@ jobs:
135135
run: echo "$(<./test-summary/test-summary.md)" >> $GITHUB_STEP_SUMMARY
136136

137137
- name: Upload results as artifact
138-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
138+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
139139
if: always()
140140
with:
141141
name: test-summary

.github/workflows/test-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030
- name: Setup Node
31-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
31+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3232
with:
3333
cache: "npm"
3434
cache-dependency-path: "**/package-lock.json"
@@ -136,7 +136,7 @@ jobs:
136136
run: echo "$(<./test-summary/test-summary.md)" >> $GITHUB_STEP_SUMMARY
137137

138138
- name: Upload results as artifact
139-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
139+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
140140
if: always()
141141
with:
142142
name: test-summary

.github/workflows/test-autofill.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
- name: Setup Node
28-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
28+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2929
with:
3030
cache: "npm"
3131
cache-dependency-path: "**/package-lock.json"
@@ -131,7 +131,7 @@ jobs:
131131
run: echo "$(<./test-summary/test-summary.md)" >> $GITHUB_STEP_SUMMARY
132132

133133
- name: Upload results as artifact
134-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
134+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
135135
if: always()
136136
with:
137137
name: test-summary

.github/workflows/test-notification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
- name: Setup Node
28-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
28+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2929
with:
3030
cache: "npm"
3131
cache-dependency-path: "**/package-lock.json"
@@ -131,7 +131,7 @@ jobs:
131131
run: echo "$(<./test-summary/test-summary.md)" >> $GITHUB_STEP_SUMMARY
132132

133133
- name: Upload results as artifact
134-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
134+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
135135
if: always()
136136
with:
137137
name: test-summary

.github/workflows/test-overlay-autofill.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
- name: Setup Node
28-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
28+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2929
with:
3030
cache: "npm"
3131
cache-dependency-path: "**/package-lock.json"
@@ -131,7 +131,7 @@ jobs:
131131
run: echo "$(<./test-summary/test-summary.md)" >> $GITHUB_STEP_SUMMARY
132132

133133
- name: Upload results as artifact
134-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
134+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
135135
if: always()
136136
with:
137137
name: test-summary

0 commit comments

Comments
 (0)