Browse Source

chore(deps): bump the github-actions group across 1 directory with 2 updates

Bumps the github-actions group with 2 updates in the / directory: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) and [millionco/react-doctor](https://github.com/millionco/react-doctor).


Updates `dawidd6/action-download-artifact` from 21 to 24
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](b6e2e70617...d63b86af1b34672e53c440b1b83979861906bad7)

Updates `millionco/react-doctor` from 2.2.8 to 2.2.9
- [Release notes](https://github.com/millionco/react-doctor/releases)
- [Commits](01820bb4fd...013f7373f91a3b9e68bd1dc7d4d354f4b041b117)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-version: '24'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: millionco/react-doctor
  dependency-version: 2.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/11942/head
dependabot[bot] 3 days ago
committed by GitHub
parent
commit
9b71b9bd45
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/preview-deploy.yml
  2. 2
      .github/workflows/react-doctor.yml

2
.github/workflows/preview-deploy.yml

@ -20,7 +20,7 @@ jobs:
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
steps:
- name: download dist artifact
uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
uses: dawidd6/action-download-artifact@d63b86af1b34672e53c440b1b83979861906bad7 # v24
with:
workflow: ${{ github.event.workflow_run.workflow_id }}
workflow_conclusion: success

2
.github/workflows/react-doctor.yml

@ -24,6 +24,6 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- uses: millionco/react-doctor@01820bb4fd4d0a4aebcd8df2b2a143a098649cb2 # v2
- uses: millionco/react-doctor@013f7373f91a3b9e68bd1dc7d4d354f4b041b117 # v2
with:
version: 0.7.1

Loading…
Cancel
Save