We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2748c13 + ba393e5 commit ac9319fCopy full SHA for ac9319f
.github/workflows/ci.yaml
@@ -9,10 +9,10 @@ jobs:
9
10
steps:
11
- name: checkout
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
13
14
- name: python
15
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
16
with:
17
python-version: "3.10"
18
.github/workflows/publish.yaml
@@ -18,13 +18,13 @@ jobs:
19
- name: Checkout
20
id: checkout
21
22
23
fetch-depth: 0
24
25
- name: Setup Python
26
id: python
27
28
29
python-version: '3.10'
30
0 commit comments