From a7b90b68af2a423fb867a840881cecf6ea83a5e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:24:01 +0100 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 4.1.2 (#5306) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/compress.yml | 2 +- .github/workflows/validate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compress.yml b/.github/workflows/compress.yml index a1168ecc..07f881d3 100644 --- a/.github/workflows/compress.yml +++ b/.github/workflows/compress.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Find symlinked paths to ignore id: find run: >- diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index ec8ee651..34565e68 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -8,6 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Validate images uses: ./.github/workflows/validate