From f31181ce54268700fb78f3676f5e0938406e426b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:24:38 +0000 Subject: [PATCH] Update actions/checkout action to v4.1.1 --- .github/workflows/_meta.yaml | 2 +- .github/workflows/_meta_portable.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_meta.yaml b/.github/workflows/_meta.yaml index 85e2fc2fff2..5b2daeb141b 100644 --- a/.github/workflows/_meta.yaml +++ b/.github/workflows/_meta.yaml @@ -38,7 +38,7 @@ jobs: arch: ${{fromJson(inputs.architectures)}} steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Install make and mmv run: sudo apt-get install make mmv diff --git a/.github/workflows/_meta_portable.yaml b/.github/workflows/_meta_portable.yaml index 07a584452c6..1e34947ef2a 100644 --- a/.github/workflows/_meta_portable.yaml +++ b/.github/workflows/_meta_portable.yaml @@ -32,7 +32,7 @@ jobs: arch: ${{fromJson(inputs.architectures)}} steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Build Portable run: ./build-${{ inputs.os }}-${{ matrix.arch }} ./dist