Skip to content

Commit 6a611ac

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/master/wordpress/e2e-test-utils-11.22.0
2 parents e3ce9fc + 09fdcc8 commit 6a611ac

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
with:
3030
generate-zip: true
3131
- name: Attest build provenance
32-
uses: johnbillion/[email protected].0
32+
uses: johnbillion/[email protected].1
3333
with:
3434
zip-path: ${{ steps.deploy.outputs.zip-path }}

package-lock.json

+6-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"playwright": "npx playwright install --with-deps && npx playwright test"
88
},
99
"dependencies": {
10-
"less": "^4.2.2",
10+
"less": "^4.3.0",
1111
"less-plugin-clean-css": "^1.6.0",
1212
"uglify-js": "^3.19.3"
1313
},

0 commit comments

Comments
 (0)