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 f220ee7 commit 1ba3828Copy full SHA for 1ba3828
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
wget https://github.com/jgm/pandoc/releases/download/2.17.1.1/pandoc-2.17.1.1-1-amd64.deb
33
sudo dpkg -i pandoc-2.17.1.1-1-amd64.deb
34
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
35
with:
36
python-version-file: '.python-version'
37
- name: Cache Python dependencies
.github/workflows/static.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- name: Check out repository
10
uses: actions/checkout@v5
11
12
13
14
0 commit comments