From ac86f3259c40fb73fd68fed4af0f89c9e738b309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 23:13:08 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 2 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.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/v2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cad3c36fae..61feb5e502e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest container: crystallang/crystal steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Format run: crystal tool format --check - name: Lint @@ -41,7 +41,7 @@ jobs: uses: trilom/file-changes-action@v1.2.4 with: output: ' ' - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Cache shards uses: actions/cache@v2 with: @@ -76,7 +76,7 @@ jobs: - stable: false crystal: nightly steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Cache shards uses: actions/cache@v2 with: