From cf086c5aad8dff1f1e2bf129d0db6fca2c5dc017 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:04:58 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 692973e --- .github/workflows/lint.yml | 2 +- .github/workflows/pods.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f78c98972..a17be3028 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: GitHub Action for SwiftLint with --strict uses: norio-nomura/action-swiftlint@3.2.1 with: diff --git a/.github/workflows/pods.yml b/.github/workflows/pods.yml index 57501dc5e..6465864b5 100644 --- a/.github/workflows/pods.yml +++ b/.github/workflows/pods.yml @@ -5,7 +5,7 @@ jobs: lint: runs-on: macos-12 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Select Xcode version run: sudo xcode-select -s '/Applications/Xcode_13.4.app/Contents/Developer' - name: Pod lib lint