From 7805cd4aa93a6a6ca33027fb5c2659b0a39cd220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:28:40 -0400 Subject: [PATCH] chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 (#54) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [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.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 84be51f..fd9d2df 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.2.0 + uses: actions/checkout@v4.2.1 - 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 7022c02..89dd206 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.2.0 + uses: actions/checkout@v4.2.1 - name: Setup Xcode Version uses: maxim-lobanov/setup-xcode@v1.6.0