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

@@ -32,7 +32,9 @@ jobs:
echo "TAG_NAME=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
- name: Checkout awx
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
show-progress: false
- name: Get python version from Makefile
run: echo py_version=`make PYTHON_VERSION` >> $GITHUB_ENV