mirror of
https://github.com/ms-ati/docile
synced 2023-03-27 23:21:52 -04:00
Bump actions/checkout from 3.0.1 to 3.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to 3.0.2. - [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.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
bbfa8bd47b
commit
4bf18c3849
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
ruby: [jruby, truffleruby, 2.5, 2.6, 2.7, '3.0', 3.1, head]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3.0.1
|
||||
- uses: actions/checkout@v3.0.2
|
||||
|
||||
# Conditionally configure bundler via environment variables as advised
|
||||
# * https://github.com/ruby/setup-ruby#bundle-config
|
||||
|
|
Loading…
Reference in a new issue