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:
dependabot[bot] 2024-01-11 11:17:17 +01:00 committed by GitHub
parent c8c2e6bcbe
commit 24be280f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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: '.'