From 663cb74e8801927242ec8cf74a5617acade94e3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 17:08:30 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 4.1.2 (#89) 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 | 2 +- .github/workflows/sync-labels.yml | 2 +- .github/workflows/update-license.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98cf36e..0f57b06 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: 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 795ef11..ac4ab91 100644 --- a/.github/workflows/update-license.yml +++ b/.github/workflows/update-license.yml @@ -18,7 +18,7 @@ jobs: REGEX: ^(Copyright \(c\) )[0-9]{4}( Devon Powell)$ steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Determine info shell: bash id: info