summaryrefslogtreecommitdiffstats
path: root/.github/workflows/label_pr.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/label_pr.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/label_pr.yml')
-rw-r--r--.github/workflows/label_pr.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/label_pr.yml b/.github/workflows/label_pr.yml
index 15571a866c..94d3da7616 100644
--- a/.github/workflows/label_pr.yml
+++ b/.github/workflows/label_pr.yml
@@ -29,7 +29,10 @@ jobs:
timeout-minutes: 20
name: Label PR - Community
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
+ with:
+ show-progress: false
+
- uses: actions/setup-python@v4
- name: Install python requests
run: pip install requests