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 a520e10 commit 0d9a302Copy full SHA for 0d9a302
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
timeout-minutes: 5
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
23
- name: Setup Python
24
uses: actions/setup-python@v4
25
with:
@@ -57,7 +57,7 @@ jobs:
57
timeout-minutes: 15
58
59
60
61
- name: Setup Python ${{ matrix.pyver }}
62
63
@@ -109,7 +109,7 @@ jobs:
109
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
110
111
112
113
114
115
0 commit comments