From 92bbbe22c1d0deb2e72d2880dc4bd9c5883e1198 Mon Sep 17 00:00:00 2001 From: David Williams-Young Date: Fri, 31 May 2024 10:50:04 -0700 Subject: [PATCH] actions/checkout@v3 -> actions/checkout@v4 (#131) Bump actions/checkout version to quiet GHA warnings --- .github/workflows/build_and_test_compiler_zoo.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_and_test_compiler_zoo.yml b/.github/workflows/build_and_test_compiler_zoo.yml index 50557b4c..430e3f37 100644 --- a/.github/workflows/build_and_test_compiler_zoo.yml +++ b/.github/workflows/build_and_test_compiler_zoo.yml @@ -22,7 +22,7 @@ jobs: openmp_flag: ON steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Compiler shell: bash @@ -71,7 +71,7 @@ jobs: flags: [ {magma: OFF, cutlass: OFF}, {magma: ON, cutlass: OFF}, {magma: OFF, cutlass: ON} ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Build Type shell: bash @@ -109,7 +109,7 @@ jobs: image: dbwy/chemistry steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Compiler shell: bash @@ -142,7 +142,7 @@ jobs: image: dbwy/chemistry steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Compiler shell: bash @@ -170,7 +170,7 @@ jobs: image: dbwy/chemistry steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Compiler shell: bash