From 3b64cf422552e781dfe8f68c1a56439fe4ca3cec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 02:41:05 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.3 to 4.1.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.3...v4.1.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/gated-checkin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73454fc..fc1f3c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: macos-14 steps: - name: Checkout - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Setup Xcode Version uses: maxim-lobanov/setup-xcode@v1.6.0 diff --git a/.github/workflows/gated-checkin.yml b/.github/workflows/gated-checkin.yml index 0eec78f..cb950fd 100644 --- a/.github/workflows/gated-checkin.yml +++ b/.github/workflows/gated-checkin.yml @@ -9,7 +9,7 @@ jobs: runs-on: macos-14 steps: - name: Checkout - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Setup Xcode Version uses: maxim-lobanov/setup-xcode@v1.6.0