From 51977b624aad829799dacd9cbf6daa4edb7d5b04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 21:41:45 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 44c2b7a --- .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..42fa5cf17 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 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..7c08e81b8 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 - name: Select Xcode version run: sudo xcode-select -s '/Applications/Xcode_13.4.app/Contents/Developer' - name: Pod lib lint