From 3b8a6659c825f76babffc0e697b6391da3da49d1 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Fri, 2 Feb 2024 15:19:14 -0600 Subject: [PATCH] update to checkout@v4 Signed-off-by: Karl W. Schulz [ROCm/rocprofiler-compute commit: 10140c53914769752aa17881d708a8acb2b7c713] --- projects/rocprofiler-compute/.github/workflows/mi100.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/.github/workflows/mi100.yml b/projects/rocprofiler-compute/.github/workflows/mi100.yml index daa38e589e..875e5d4661 100644 --- a/projects/rocprofiler-compute/.github/workflows/mi100.yml +++ b/projects/rocprofiler-compute/.github/workflows/mi100.yml @@ -25,7 +25,7 @@ jobs: name: ROCm v${{ matrix.version }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Python Path run: echo ${PYTHONPATH} - name: Install Python collateral (build and test)