From b43e0fd393dc0ef89364b0d148c77d6894d77ef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 11:52:35 -0400 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 4.1.2 (#223) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [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.1...v4.1.2) --- 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 | 4 ++-- .github/workflows/sync-labels.yml | 2 +- .github/workflows/update-license.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6949a88..3b43bbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Check formatting uses: davidanson/markdownlint-cli2-action@v15.0.0 with: @@ -21,7 +21,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Set up Ruby uses: ruby/setup-ruby@v1.172.0 with: diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index fc72725..b29b87c 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Sync labels uses: micnncim/action-label-syncer@v1.3.0 with: diff --git a/.github/workflows/update-license.yml b/.github/workflows/update-license.yml index 413bdce..319f571 100644 --- a/.github/workflows/update-license.yml +++ b/.github/workflows/update-license.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 with: persist-credentials: false - name: Determine year