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