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 4a8836c commit 1a26debCopy full SHA for 1a26deb
.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@v3
+ uses: actions/setup-python@v4
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