We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca6576 commit b023315Copy full SHA for b023315
.github/workflows/rubocop.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Checkout code
15
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
+ uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
16
17
- name: Set up Ruby
18
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
.github/workflows/tests.yml
@@ -11,8 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
- # Checkout using GitHub's checkout action
- - uses: actions/checkout@v2
+ - name: Checkout code
# Setup Ruby - this needs to match the version in the Gemfile
0 commit comments