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 5ecbb69 commit 074716dCopy full SHA for 074716d
.github/workflows/ci-cd.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- name: Set up Python ${{ matrix.python-version }}
17
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
18
with:
19
python-version: ${{ matrix.python-version }}
20
- name: Cache Python modules
@@ -51,7 +51,7 @@ jobs:
51
52
53
- name: Set up Python
54
55
56
python-version: "3.11"
57
- uses: actions/cache@v3
@@ -83,7 +83,7 @@ jobs:
83
84
85
86
87
88
89
0 commit comments