summaryrefslogtreecommitdiffstats
path: root/.github/workflows/update_dependabot_prs.yml
diff options
context:
space:
mode:
authorAlan Rominger <arominge@redhat.com>2024-07-19 21:33:11 +0200
committerGitHub <noreply@github.com>2024-07-19 21:33:11 +0200
commitfa670e2d7f6c9aecee8c509edcd2d3ec96283fd6 (patch)
tree3040d5c1a62914646c5ffc8e4e5b1b305aeccb2d /.github/workflows/update_dependabot_prs.yml
parentUpdate test to conform with new DAB change (#15385) (diff)
downloadawx-fa670e2d7f6c9aecee8c509edcd2d3ec96283fd6.tar.xz
awx-fa670e2d7f6c9aecee8c509edcd2d3ec96283fd6.zip
Upgrade to v4 checkout, hide output (#15322)
Diffstat (limited to '.github/workflows/update_dependabot_prs.yml')
-rw-r--r--.github/workflows/update_dependabot_prs.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/update_dependabot_prs.yml b/.github/workflows/update_dependabot_prs.yml
index bcb0b7674a..dc858d46df 100644
--- a/.github/workflows/update_dependabot_prs.yml
+++ b/.github/workflows/update_dependabot_prs.yml
@@ -13,7 +13,9 @@ jobs:
steps:
- name: Checkout branch
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
+ with:
+ show-progress: false
- name: Update PR Body
env: