Merge pull request #73 from ms-ati/dependabot/github_actions/actions/checkout-2.3.4

Bump actions/checkout from 2 to 2.3.4
This commit is contained in:
Marc Siegel 2021-05-11 10:44:42 -04:00 committed by GitHub
commit d3d1d55601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
ruby: [jruby, truffleruby, 2.5, 2.6, 2.7, '3.0', head]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}