mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore(deps): Bump the all group with 1 update (#11667)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c8c2e6bcbe
commit
24be280f5e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -344,7 +344,7 @@ jobs:
|
|||||||
- npm
|
- npm
|
||||||
steps:
|
steps:
|
||||||
- name: Download installation test
|
- name: Download installation test
|
||||||
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
|
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
|
||||||
with:
|
with:
|
||||||
name: installation-test
|
name: installation-test
|
||||||
- name: Unpack installation test
|
- name: Unpack installation test
|
||||||
|
2
.github/workflows/devtools.yml
vendored
2
.github/workflows/devtools.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download Puppeteer build
|
- name: Download Puppeteer build
|
||||||
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
|
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
|
||||||
with:
|
with:
|
||||||
name: puppeteer-build
|
name: puppeteer-build
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
|
2
.github/workflows/issue-analyzer.yml
vendored
2
.github/workflows/issue-analyzer.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
|||||||
PACKAGE_MANAGER: ${{ needs.analyze-issue.outputs.packageManager }}
|
PACKAGE_MANAGER: ${{ needs.analyze-issue.outputs.packageManager }}
|
||||||
NODE_VERSION: ${{ needs.analyze-issue.outputs.nodeVersion }}
|
NODE_VERSION: ${{ needs.analyze-issue.outputs.nodeVersion }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
|
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
|
||||||
with:
|
with:
|
||||||
name: issue-files
|
name: issue-files
|
||||||
path: '.'
|
path: '.'
|
||||||
|
Loading…
Reference in New Issue
Block a user