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.
2 parents 8999cae + c145ed3 commit 302d376Copy full SHA for 302d376
.github/workflows/release.yaml
@@ -39,7 +39,7 @@ jobs:
39
- uses: actions/checkout@v5
40
41
- name: Install Python
42
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
43
with:
44
python-version: "3.10"
45
.github/workflows/test.yaml
@@ -46,7 +46,7 @@ jobs:
46
47
steps:
48
49
- # NOTE: actions/setup-python@v5 make use of a cache within the GitHub base
+ # NOTE: actions/setup-python@v6 make use of a cache within the GitHub base
50
# environment and setup in a fraction of a second.
51
52
- name: Install Node v14
@@ -61,7 +61,7 @@ jobs:
61
npm list
62
63
- name: Install Python ${{ matrix.python}}
64
65
66
python-version: ${{ matrix.python }}
67
0 commit comments