There was an error while loading. Please reload this page.
1 parent ee8d315 commit 05d87f4Copy full SHA for 05d87f4
1 file changed
.github/workflows/build.yml
@@ -109,10 +109,10 @@ jobs:
109
110
steps:
111
# https://github.com/actions/checkout
112
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
113
- name: Setup Python
114
# https://github.com/actions/setup-python
115
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v7
116
with:
117
python-version: ${{ matrix.python }}
118
allow-prereleases: true
0 commit comments