Merge pull request #1562 from ghousemohamed/bump-actions-checkout-to-v3

Bump actions/checkout to v3
This commit is contained in:
Dylan Thacker-Smith
2022-04-05 19:46:41 -04:00
committed by GitHub
+2 -2
View File
@@ -11,7 +11,7 @@ jobs:
- { ruby: ruby-head, allowed-failure: true }
name: test (${{ matrix.entry.ruby }})
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.entry.ruby }}
@@ -26,7 +26,7 @@ jobs:
memory_profile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7