From 848fb7f100c2cfe1be83946c319194356b2ee626 Mon Sep 17 00:00:00 2001 From: Tristan Youngs Date: Thu, 24 Oct 2024 09:23:17 +0100 Subject: [PATCH] Bump checkout action version. --- .github/workflows/continuous.yml | 4 ++-- .github/workflows/pr.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index b6277a8..a41c5a8 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -17,7 +17,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Build (${{ matrix.os }})" uses: "./.github/workflows/build" @@ -26,6 +26,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Publish uses: "./.github/workflows/publish" diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ee4469b..6252e37 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -17,7 +17,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Build (${{ matrix.os }})" uses: "./.github/workflows/build"