We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a228df commit 24e991aCopy full SHA for 24e991a
.github/workflows/continuous-build.yml
@@ -22,7 +22,7 @@ jobs:
22
- 2.6
23
- 2.7
24
steps:
25
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
26
- uses: ruby/setup-ruby@v1
27
with:
28
ruby-version: ${{ matrix.ruby }}
.github/workflows/continuous-monitoring.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
- name: Checkout Repository
13
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
14
15
- name: Configure AWS Credentials
16
uses: aws-actions/configure-aws-credentials@v1
.github/workflows/release-build.yml
@@ -12,7 +12,7 @@ jobs:
release:
17
18
ruby-version: 2.7
0 commit comments