From de9bb4ecfdd80d997bfaaa84286590f104b40e31 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Thu, 4 Jan 2024 12:48:57 -0600 Subject: [PATCH] update to use v4 of checkout action Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: 5b0625682aa985832a10cde17458b232bbd829c2] --- 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 c4fee3d3ce..4772dc4d5a 100644 --- a/projects/rocprofiler-compute/.github/workflows/mi100.yml +++ b/projects/rocprofiler-compute/.github/workflows/mi100.yml @@ -20,7 +20,7 @@ jobs: PYTHONPATH: ${{ github.workspace }}/python-libs steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive token: ${{ secrets.GH_PAT }}