diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-09-23 14:56:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-23 14:56:19 +0000 |
commit | e85302333e2e0c43048f798dfcd1eeef7e2b3732 (patch) | |
tree | 8d1f344f42b888669516489dd4b101466ffab266 /.github/workflows/auto-approve-run.yml | |
parent | 60a2fbd77943c8795b4d03ff7ceb3447cca2acff (diff) | |
parent | 923bff8e913c02639fbd9d43912d02184785d91d (diff) |
Merge pull request #252 from themoeway/dependabot/github_actions/dawidd6/action-download-artifact-2.28.0
Bump dawidd6/action-download-artifact from 2.27.0 to 2.28.0
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 45c169ba..7ea82489 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@246dbf436b23d7c49e21a7ab8204ca9ecd1fe615 # v2.27.0 + uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e # v2.28.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: auto-approve.yml |