mirror of
https://github.com/ms-ati/docile
synced 2023-03-27 23:21:52 -04:00
Merge pull request #95 from ms-ati/dependabot/github_actions/actions/checkout-3.0.2
Bump actions/checkout from 3.0.1 to 3.0.2
This commit is contained in:
commit
6bd4878ce0
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