From bf302b7fa6b48f96284a2ee6a342ac644cb4dde4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:49:24 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.0.0 to 4.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0. - [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/3df4ab11eba7bda6032a0b82a6bb43b11571feac...8ade135a41bc03ea155e62e844d188df1ea18608) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index da203465..fc71d4ab 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }} steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # (latest, untagged) + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # (latest, untagged) - name: Version file changed id: version-file-changed uses: tj-actions/changed-files@8238a4103220c636f2dad328ead8a7c8dbe316a3 # (latest, untagged) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 997399e9..73c93104 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: matrix: ruby: ['2.7', '3.0', '3.1', '3.2'] steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # (latest, untagged) + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # (latest, untagged) - name: Set up Ruby ${{ matrix.ruby }} uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 with: