Skip to content

Commit d58454a

Browse files
Bump the github-actions group with 8 updates (#14057)
Bumps the github-actions group with 8 updates: | Package | From | To | | --- | --- | --- | | [actions/setup-node](https://github.com/actions/setup-node) | `4.2.0` | `4.3.0` | | [ramsey/composer-install](https://github.com/ramsey/composer-install) | `3.0.0` | `3.1.0` | | [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) | `0.9.0` | `0.9.1` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.28.10` | `3.28.13` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.1` | `4.6.2` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.9` | `4.2.1` | | [actions/cache](https://github.com/actions/cache) | `4.2.2` | `4.2.3` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `7.0.7` | `7.0.8` | Updates `actions/setup-node` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@1d0ff46...cdca736) Updates `ramsey/composer-install` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@57532f8...a2636af) Updates `webfactory/ssh-agent` from 0.9.0 to 0.9.1 - [Release notes](https://github.com/webfactory/ssh-agent/releases) - [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md) - [Commits](webfactory/ssh-agent@dc588b6...a6f90b1) Updates `github/codeql-action` from 3.28.10 to 3.28.13 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b56ba49...1b549b9) Updates `actions/upload-artifact` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@4cec3d8...ea165f8) Updates `actions/download-artifact` from 4.1.9 to 4.2.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@cc20338...95815c3) Updates `actions/cache` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...5a3ec84) Updates `peter-evans/create-pull-request` from 7.0.7 to 7.0.8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@dd2324f...271a8d0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: webfactory/ssh-agent dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact 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-minor dependency-group: github-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 606d357 commit d58454a

19 files changed

+44
-44
lines changed

.github/workflows/build-and-deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
105105

106106
- name: Setup Node
107-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
107+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
108108
with:
109109
node-version-file: '.nvmrc'
110110
cache: npm
@@ -137,7 +137,7 @@ jobs:
137137
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
138138

139139
- name: Setup Node
140-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
140+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
141141
with:
142142
node-version-file: '.nvmrc'
143143
cache: npm
@@ -155,7 +155,7 @@ jobs:
155155
PUPPETEER_SKIP_DOWNLOAD: true
156156

157157
- name: Install PHP dependencies
158-
uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a
158+
uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565
159159
with:
160160
composer-options: '--prefer-dist --no-progress --no-interaction'
161161

@@ -248,7 +248,7 @@ jobs:
248248
# Deploy to staging site if on main branch.
249249

250250
- name: Setup SSH Keys and known_hosts
251-
uses: webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387
251+
uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd
252252
with:
253253
ssh-private-key: ${{ secrets.PANTHEON_DEPLOY_KEY }}
254254
if: github.ref == 'refs/heads/main' && github.event_name == 'push'

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4545

4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d
47+
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841
4848
with:
4949
languages: javascript
5050

5151
- name: Perform CodeQL Analysis
52-
uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d
52+
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841

.github/workflows/deploy-storybook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3737

3838
- name: Setup Node
39-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
39+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
4040
with:
4141
node-version-file: '.nvmrc'
4242
cache: npm

.github/workflows/lint-css-js-md.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
7878

7979
- name: Setup Node
80-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
80+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
8181
with:
8282
node-version-file: '.nvmrc'
8383
cache: npm

.github/workflows/lint-i18n.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: wp package install wp-cli/i18n-command:@stable
6161

6262
- name: Setup Node
63-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
63+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
6464
with:
6565
node-version-file: '.nvmrc'
6666
cache: npm
@@ -79,7 +79,7 @@ jobs:
7979
PUPPETEER_SKIP_DOWNLOAD: true
8080

8181
- name: Install PHP dependencies
82-
uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a
82+
uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565
8383
with:
8484
composer-options: '--prefer-dist --no-progress --no-interaction'
8585

.github/workflows/lint-php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: composer --no-interaction validate --no-check-all
6969

7070
- name: Install PHP dependencies
71-
uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a
71+
uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565
7272
with:
7373
composer-options: '--prefer-dist --no-progress --no-interaction'
7474

.github/workflows/lint-plugin-check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5151

5252
- name: Setup Node
53-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
53+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
5454
with:
5555
node-version-file: '.nvmrc'
5656
cache: npm
@@ -69,7 +69,7 @@ jobs:
6969
PUPPETEER_SKIP_DOWNLOAD: true
7070

7171
- name: Install PHP dependencies
72-
uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a
72+
uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565
7373
with:
7474
composer-options: '--prefer-dist --no-progress --no-interaction'
7575

.github/workflows/npm-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3838

3939
- name: Setup Node
40-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
40+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
4141
with:
4242
node-version-file: '.nvmrc'
4343
cache: npm
@@ -113,7 +113,7 @@ jobs:
113113

114114
# See go/npm-publish
115115
- name: Setup Node
116-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
116+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
117117
with:
118118
node-version-file: '.nvmrc'
119119
cache: npm

.github/workflows/plugin-release.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
echo "" > assets_version/assets_version.txt
223223
224224
- name: Upload assets version
225-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
225+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
226226
with:
227227
name: assets-version
228228
path: public/static/assets_version
@@ -256,7 +256,7 @@ jobs:
256256
token: ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}
257257

258258
- name: Download assets version
259-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
259+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
260260
with:
261261
name: assets-version
262262
continue-on-error: true
@@ -269,7 +269,7 @@ jobs:
269269
continue-on-error: true
270270

271271
- name: Setup Node
272-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
272+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
273273
with:
274274
node-version-file: '.nvmrc'
275275
cache: npm
@@ -288,7 +288,7 @@ jobs:
288288
PUPPETEER_SKIP_DOWNLOAD: true
289289

290290
- name: Install PHP dependencies
291-
uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a
291+
uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565
292292
with:
293293
composer-options: '--prefer-dist --no-progress --no-interaction'
294294

@@ -396,7 +396,7 @@ jobs:
396396
mv build/*.zip build/release-assets/
397397
398398
- name: Upload artifacts
399-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
399+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
400400
with:
401401
name: release-assets
402402
path: build/release-assets
@@ -416,7 +416,7 @@ jobs:
416416
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
417417

418418
- name: Download release artifacts
419-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
419+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
420420
with:
421421
name: release-assets
422422
path: build
@@ -455,7 +455,7 @@ jobs:
455455
token: ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}
456456

457457
- name: Setup Node
458-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
458+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
459459
with:
460460
node-version-file: '.nvmrc'
461461
cache: npm
@@ -505,7 +505,7 @@ jobs:
505505
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
506506

507507
- name: Download release artifacts
508-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
508+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
509509
with:
510510
name: release-assets
511511
path: release-assets

.github/workflows/scorecards.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848

4949
# Upload the results as artifacts (optional).
5050
- name: 'Upload artifact'
51-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
51+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
5252
with:
5353
name: SARIF file
5454
path: results.sarif
5555
retention-days: 5
5656

5757
# Upload the results to GitHub's code scanning dashboard.
5858
- name: 'Upload to code-scanning'
59-
uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d
59+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841
6060
with:
6161
sarif_file: results.sarif

.github/workflows/tests-e2e.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
7979

8080
- name: Setup Node
81-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
81+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
8282
with:
8383
node-version-file: '.nvmrc'
8484
cache: npm
@@ -96,7 +96,7 @@ jobs:
9696
PUPPETEER_SKIP_DOWNLOAD: true
9797

9898
- name: Install PHP dependencies
99-
uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a
99+
uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565
100100
with:
101101
composer-options: '--prefer-dist --no-progress --no-interaction'
102102

@@ -116,7 +116,7 @@ jobs:
116116
run: bun run workflow:build-plugin
117117

118118
- name: Upload bundle
119-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
119+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
120120
with:
121121
name: web-stories
122122
path: build/web-stories
@@ -168,7 +168,7 @@ jobs:
168168
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
169169

170170
- name: Download bundle
171-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
171+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
172172
with:
173173
name: web-stories
174174

@@ -177,7 +177,7 @@ jobs:
177177
run: sudo apt-get install libgbm1
178178

179179
- name: Setup Node
180-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
180+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
181181
with:
182182
node-version-file: '.nvmrc'
183183
cache: npm
@@ -234,7 +234,7 @@ jobs:
234234
ARTIFACT_NAME: failures-artifacts-${{ matrix.wp }}-${{ matrix.shard }}
235235

236236
- name: Upload artifacts
237-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
237+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
238238
if: always()
239239
with:
240240
name: ${{ env.ARTIFACT_NAME }}

.github/workflows/tests-karma-dashboard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
6969

7070
- name: Setup Node
71-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
71+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
7272
with:
7373
node-version-file: '.nvmrc'
7474
cache: npm

.github/workflows/tests-karma-editor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
107107

108108
- name: Setup Node
109-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
109+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
110110
with:
111111
node-version-file: '.nvmrc'
112112
cache: npm

.github/workflows/tests-unit-js.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ jobs:
7070
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
7171

7272
- name: Setup Node
73-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
73+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
7474
with:
7575
node-version-file: '.nvmrc'
7676
cache: npm
7777

7878
- name: Setup Jest cache
79-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
79+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
8080
with:
8181
path: .jest-cache
8282
key: ${{ runner.os }}-${{ env.NVMRC }}-jest

.github/workflows/tests-unit-php.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
tools: composer
114114

115115
- name: Install PHP dependencies
116-
uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a
116+
uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565
117117
with:
118118
composer-options: '--prefer-dist --no-progress --no-interaction'
119119

@@ -129,7 +129,7 @@ jobs:
129129
tools: composer, cs2pr
130130

131131
- name: Install PHP dependencies
132-
uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a
132+
uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565
133133
with:
134134
composer-options: '--prefer-dist --no-progress --no-interaction --no-scripts'
135135

.github/workflows/update-browserslist.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
token: ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}
3333

3434
- name: Setup Node
35-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
35+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
3636
with:
3737
node-version-file: '.nvmrc'
3838
cache: npm
@@ -41,7 +41,7 @@ jobs:
4141
run: npx update-browserslist-db@latest
4242

4343
- name: Create Pull Request
44-
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284
44+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
4545
with:
4646
token: ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}
4747
commit-message: Update browserslist db

.github/workflows/update-google-fonts.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
token: ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}
3333

3434
- name: Setup Node
35-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
35+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
3636
with:
3737
node-version-file: '.nvmrc'
3838
cache: npm
@@ -53,7 +53,7 @@ jobs:
5353
run: npm run workflow:fonts
5454

5555
- name: Create Pull Request
56-
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284
56+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
5757
with:
5858
token: ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}
5959
commit-message: Update list of Google Fonts

.github/workflows/update-product-schema.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
mv product.schema.json tests/phpunit/integration/data/schema.json
3939
4040
- name: Create Pull Request
41-
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284
41+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
4242
with:
4343
token: ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}
4444
commit-message: Update Product Schema

.github/workflows/update-templates.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
token: ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}
3333

3434
- name: Setup Node
35-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
35+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
3636
with:
3737
node-version-file: '.nvmrc'
3838
cache: npm
@@ -46,7 +46,7 @@ jobs:
4646
run: npm run workflow:migrate
4747

4848
- name: Create Pull Request
49-
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284
49+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
5050
with:
5151
token: ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}
5252
commit-message: Migrate templates and text sets to latest version

0 commit comments

Comments
 (0)