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 074716d commit 0daa029Copy full SHA for 0daa029
.github/workflows/ci-cd.yml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
python-version: ["3.8", "3.9", "3.10", "3.11"]
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
- name: Set up Python ${{ matrix.python-version }}
17
uses: actions/setup-python@v5
18
with:
@@ -49,7 +49,7 @@ jobs:
49
needs: [test]
50
if: contains(github.ref, 'main')
51
52
53
- name: Set up Python
54
55
@@ -81,7 +81,7 @@ jobs:
81
82
if: contains(github.ref, 'tags')
83
84
85
86
87
0 commit comments