From 1e791cea673bcdc3b2449193d3cafd12c3a66309 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 22:10:53 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.7 --- .github/workflows/_meta.yaml | 2 +- .github/workflows/_meta_mac_portable.yaml | 2 +- .github/workflows/_meta_portable.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_meta.yaml b/.github/workflows/_meta.yaml index 0dfaa988d05..16bdf72d922 100644 --- a/.github/workflows/_meta.yaml +++ b/.github/workflows/_meta.yaml @@ -38,7 +38,7 @@ jobs: arch: ${{fromJson(inputs.architectures)}} steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Install make and mmv run: sudo apt-get install make mmv diff --git a/.github/workflows/_meta_mac_portable.yaml b/.github/workflows/_meta_mac_portable.yaml index 51196205a03..4fdd97e60bd 100644 --- a/.github/workflows/_meta_mac_portable.yaml +++ b/.github/workflows/_meta_mac_portable.yaml @@ -27,7 +27,7 @@ jobs: - name: macos-14 arch: arm64 steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up Homebrew id: set-up-homebrew diff --git a/.github/workflows/_meta_portable.yaml b/.github/workflows/_meta_portable.yaml index 0db615035df..746db5dd3c7 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Build Portable run: ./build-${{ inputs.os }}-${{ matrix.arch }} ./dist