Upgrade to v4 checkout, hide output (#15322)

This commit is contained in:
Alan Rominger
2024-07-19 15:33:11 -04:00
committed by GitHub
parent a87a044d64
commit fa670e2d7f
9 changed files with 48 additions and 17 deletions

View File

@@ -35,7 +35,9 @@ jobs:
exit 0
if: matrix.build-targets.image-name == 'awx' && !endsWith(github.repository, '/awx')
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
show-progress: false
- name: Set up QEMU
uses: docker/setup-qemu-action@v3