From ce942cd8683b02f94c2c8054ed2b4ef8e215d851 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:46:52 +0000 Subject: [PATCH] Bump actions/checkout from 4.2.0 to 4.2.1 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] --- .github/workflows/check_changelog.yml | 2 +- .github/workflows/ci.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check_changelog.yml b/.github/workflows/check_changelog.yml index f05d5f2..c5636ec 100644 --- a/.github/workflows/check_changelog.yml +++ b/.github/workflows/check_changelog.yml @@ -13,7 +13,7 @@ jobs: !contains(github.event.pull_request.body, '[skip ci]') && !contains(github.event.pull_request.labels.*.name, 'skip changelog') steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - name: Check that CHANGELOG is touched run: | git fetch origin ${{ github.base_ref }} --depth 1 && \ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a9fead..98e8cc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: @@ -34,7 +34,7 @@ jobs: ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }} steps: - name: Checkout code - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: @@ -53,7 +53,7 @@ jobs: ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }} steps: - name: Checkout code - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: