We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4221e56 + 8763e09 commit e10e6d5Copy full SHA for e10e6d5
.github/workflows/release.yaml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: 2
17
18
- name: Set up Python
19
- uses: actions/setup-python@v4.6.1
+ uses: actions/setup-python@v5.0.0
20
with:
21
python-version: "3.12"
22
.github/workflows/tests.yaml
@@ -43,7 +43,7 @@ jobs:
43
uses: actions/checkout@v4
44
45
- name: Set up Python ${{ matrix.python }}
46
47
48
python-version: ${{ matrix.python }}
49
@@ -122,7 +122,7 @@ jobs:
122
123
124
125
126
127
128
0 commit comments