From 1f8720dcfcad65883ffd423034887023412d75cb Mon Sep 17 00:00:00 2001 From: Norbert Melzer Date: Thu, 28 Mar 2024 14:20:57 +0100 Subject: [PATCH] Revert "Bump actions/checkout from 4.1.1 to 4.1.2 (#570)" (#572) --- .github/workflows/main.yml | 4 ++-- .github/workflows/uuid.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ebf45f67..7f6076c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: otps: ${{ steps.versions.outputs.versions }} steps: - name: Clone the repository - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Get latest OTP versions id: versions env: @@ -30,7 +30,7 @@ jobs: container: image: erlang:${{ matrix.otp }} steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Install dependencies run: apt update && apt install --yes jq - name: run tests diff --git a/.github/workflows/uuid.yml b/.github/workflows/uuid.yml index d321fe92..53b32d5f 100644 --- a/.github/workflows/uuid.yml +++ b/.github/workflows/uuid.yml @@ -6,7 +6,7 @@ jobs: uuid: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - run: sudo apt install --yes jq - run: | bad_uuid=$(cat config.json | jq --raw-output '.exercises | map(.uuid) | .[]' | grep -vE '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' || true)