diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-01 06:46:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-01 06:46:40 +0000 |
commit | 0344afbb8f0e5ffd0ae48a177c69f8fe685b060f (patch) | |
tree | eddb47966e7b00bacbcc9bb97228b4812de6b843 /.github/workflows/auto-approve-run.yml | |
parent | bf7ac8215c9d78735d411a064dceffde812b7c1f (diff) |
Bump dawidd6/action-download-artifact from 2.28.0 to 3.0.0 (#497)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.28.0 to 3.0.0.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/268677152d06ba59fcec7a7f0b5d961b6ccd7e1e...e7466d1a7587ed14867642c2ca74b5bcc1e19a2d)
---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/auto-approve-run.yml')
-rw-r--r-- | .github/workflows/auto-approve-run.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/auto-approve-run.yml b/.github/workflows/auto-approve-run.yml index 7ea82489..b5296f79 100644 --- a/.github/workflows/auto-approve-run.yml +++ b/.github/workflows/auto-approve-run.yml @@ -14,7 +14,7 @@ jobs: if: github.actor == 'djahandarie' steps: - name: Download workflow artifact - uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e # v2.28.0 + uses: dawidd6/action-download-artifact@e7466d1a7587ed14867642c2ca74b5bcc1e19a2d # v3.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: auto-approve.yml |