From 6dc6bb79ec5b88b0a89e184533d862ae21208715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 11:50:41 +0000 Subject: [PATCH] Bump actions/checkout from 2.3.4 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3. - [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.3.4...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/brakeman-analysis.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/brakeman-analysis.yml b/.github/workflows/brakeman-analysis.yml index 6a16e6f79..4134e8653 100644 --- a/.github/workflows/brakeman-analysis.yml +++ b/.github/workflows/brakeman-analysis.yml @@ -17,7 +17,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3 # Customize the ruby version depending on your needs - name: Setup Ruby diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d99134e87..62d45471d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: contributors: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 - name: Install ruby version specified in .ruby-version uses: ruby/setup-ruby@v1 with: @@ -53,7 +53,7 @@ jobs: steps: - name: Checkout this repo - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3 - name: Configure sysctl limits run: |