From 6712cfbd90ec2f6f1ced5d7e8698864b837c442e Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Thu, 11 Apr 2024 11:12:37 -0500 Subject: [PATCH] update checkout version Signed-off-by: Karl W. Schulz [ROCm/rocprofiler-compute commit: 32419e18fb5100f1be69c24d0a2cae2b006bf809] --- projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml b/projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml index 89b8599649..fa061f3e9a 100644 --- a/projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml +++ b/projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml @@ -32,7 +32,7 @@ jobs: sudo apt-get install -y locales sudo locale-gen en_US.UTF-8 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Python prereqs run: | python3 -m pip install -r requirements.txt