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 f9ce8fd commit 25c6ce7Copy full SHA for 25c6ce7
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
ruby-version: ${{ matrix.ruby }}
34
bundler-cache: true
35
- name: Setup Python
36
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
37
with:
38
python-version: ${{ matrix.python }}
39
- name: Run Tests
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
ruby-version: '3.0'
14
15
16
17
18
python-version: '3.9'
19
- name: Build
0 commit comments