From ce32c578f74d2dc70dc97f7367e162853cf0b895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 19:01:10 +0000 Subject: [PATCH] Bump actions/checkout from 3.0.2 to 3.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.2.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/v3.0.2...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ruby-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby-tests.yml b/.github/workflows/ruby-tests.yml index c1a1b51..4859acb 100644 --- a/.github/workflows/ruby-tests.yml +++ b/.github/workflows/ruby-tests.yml @@ -34,7 +34,7 @@ jobs: --health-retries 5 steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.2.0 - uses: actions/cache@v3.0.5 with: