From 17437751bdb771855eabc987f50957500f95b1cf Mon Sep 17 00:00:00 2001 From: Mats Klepsland Date: Mon, 1 Jan 2024 20:55:46 +0100 Subject: [PATCH] Revert "Bump actions/checkout from 3 to 4" Older versions of Ubuntu (16.04 and 18.04) does not work with this version. I'll look into this at a later time, but for now just stick with the old version. This reverts commit 36aff72d3bf502b60950459d85d6602b6daee0cd. --- .github/workflows/alpine.yml | 2 +- .github/workflows/code-analysis.yml | 2 +- .github/workflows/conan.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 2b1a935..e84ed6e 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -19,7 +19,7 @@ jobs: image: alpine:edge steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v3 - name: Install dependencies run: | diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml index e853cf7..6365727 100644 --- a/.github/workflows/code-analysis.yml +++ b/.github/workflows/code-analysis.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v3 - name: Install dependencies run: | diff --git a/.github/workflows/conan.yml b/.github/workflows/conan.yml index e5b0d07..2803d8e 100644 --- a/.github/workflows/conan.yml +++ b/.github/workflows/conan.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v3 - name: Install Conan run: pip install conan diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index d2eaf23..83f1b9c 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -26,7 +26,7 @@ jobs: image: ubuntu:${{ matrix.release }} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v3 - name: Install dependencies run: |