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 fcdbbc0 commit a11aab5Copy full SHA for a11aab5
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout Repository
11
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
12
- name: Set up Python 3.x
13
uses: actions/setup-python@v5
14
with:
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
29
@@ -47,7 +47,7 @@ jobs:
47
continue-on-error: false
48
49
50
51
- name: Set Up Python - ${{ matrix.python-version }}
52
53
0 commit comments