We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41fc2f6 + 485421d commit ac045f6Copy full SHA for ac045f6
2 files changed
.github/workflows/build.yaml
@@ -32,7 +32,7 @@ jobs:
32
python-version: [3.9, 3.11]
33
34
steps:
35
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
36
37
- name: Set up Python ${{ matrix.python-version }}
38
uses: actions-ext/python/setup@main
.github/workflows/wiki.yaml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
23
- name: Checkout
24
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
25
26
- name: Make home file
27
run: cat README.md docs/wiki/_Home.md > docs/wiki/Home.md
0 commit comments