We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65fb18e + 1ce3a4d commit 313dc21Copy full SHA for 313dc21
2 files changed
.github/workflows/python.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: ["3.10", "3.11", "3.12"]
20
21
steps:
22
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
23
- name: Set up Python ${{ matrix.python-version }}
24
uses: actions/setup-python@v6
25
with:
.github/workflows/static.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
31
- name: Checkout
32
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
33
- name: Setup Pages
34
uses: actions/configure-pages@v5
35
- name: Upload artifact
0 commit comments