We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e9366f + 9952bc1 commit 3479ac3Copy full SHA for 3479ac3
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
path: ./pull_request_number.txt
44
45
- name: Checkout website repo
46
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
47
48
- name: Setup Python
49
uses: actions/setup-python@v6
.github/workflows/check_format.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Check out repository
21
22
23
- name: Set up Python ${{ matrix.python-version }}
24
0 commit comments