Bumped actions/checkout to v3

This commit is contained in:
Ghouse Mohamed
2022-04-04 03:57:24 +05:30
parent 6e07f73f68
commit 7e99432bd1
+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