We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5139a commit 2372e2bCopy full SHA for 2372e2b
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
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
cache: 'pip'
.github/workflows/github-pages.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Python 3.12
python-version: '3.12'
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
steps:
21
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
22
23
24
0 commit comments