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 b4d7ff7 commit cd87e5fCopy full SHA for cd87e5f
.github/workflows/test.yaml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Check out code
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
18
- name: Set up Ruby
19
uses: ruby/setup-ruby@v1
20
with:
@@ -46,7 +46,7 @@ jobs:
46
REDIS_BRANCH: ${{ matrix.redis }}
47
48
49
50
- name: Print environment variables
51
run: |
52
echo "TIMEOUT=${TIMEOUT}"
@@ -97,7 +97,7 @@ jobs:
97
98
99
100
101
102
103
0 commit comments