From d07ab520fa591766f3e0600c60f7274e23cc8fbb Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Thu, 7 Mar 2024 17:03:53 -0600 Subject: [PATCH] updating versions for multiple github-actions Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: ce47409fe9903943e71073f2fb395d6b250f65ba] --- .../rocprofiler-compute/.github/workflows/tarball.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/rocprofiler-compute/.github/workflows/tarball.yml b/projects/rocprofiler-compute/.github/workflows/tarball.yml index 6e189fcc92..7c7a17f7d8 100644 --- a/projects/rocprofiler-compute/.github/workflows/tarball.yml +++ b/projects/rocprofiler-compute/.github/workflows/tarball.yml @@ -23,13 +23,13 @@ jobs: echo "sha=$GITHUB_SHA" >> $GITHUB_OUTPUT fi - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ steps.sha-mode.sha }} - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.1 - name: Install Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.8' - name: Python dependency installs @@ -44,7 +44,7 @@ jobs: cd build make package_source - name: Archive tarball - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: tarball-testing path: build/omniperf-*.tar.gz @@ -57,7 +57,7 @@ jobs: INSTALL_DIR: /tmp/foo2 steps: - name: Cancel previous runs - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.11.1 - name: Access tarball uses: actions/download-artifact@v3 with: