From efc9d67b803002a5066c7ff50c6a5b247936ff35 Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Sat, 9 Nov 2024 16:28:52 -0500 Subject: [PATCH] Bump GH checkout CI action version (#718) --- .github/workflows/bench.yml | 4 ++-- .github/workflows/cleanliness.yml | 4 ++-- .github/workflows/test.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 3dcb2d2f2..be72f81a9 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -33,12 +33,12 @@ jobs: ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true steps: - name: Clone - PR - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: pr - name: Clone - Master - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: MFlowCode/MFC ref: master diff --git a/.github/workflows/cleanliness.yml b/.github/workflows/cleanliness.yml index 7225589cb..ec472dce9 100644 --- a/.github/workflows/cleanliness.yml +++ b/.github/workflows/cleanliness.yml @@ -28,11 +28,11 @@ jobs: master_everything: 0 steps: - name: Clone - PR - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: pr - name: Clone - Master - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: MFlowCode/MFC ref: master diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0a70866b6..1be80f5c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -115,7 +115,7 @@ jobs: ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true steps: - name: Clone - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build & Test if: matrix.lbl == 'gt'