From 78d417ac6a87368e429b82e58a7338d5aa45b53a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 12:12:52 -0800 Subject: [PATCH] Bump actions/checkout from 2.0.0 to 4.1.1 (#18) Bumps [actions/checkout](https://github.com/actions/checkout) from 2.0.0 to 4.1.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/v2.0.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 8de882f..3e51abc 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "checkout repo" - uses: actions/checkout@v2.0.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: asdf_install @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "checkout repo" - uses: actions/checkout@v2.0.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: "setup ruby"