1 parent 78b665e commit 0a29779Copy full SHA for 0a29779
1 file changed
.github/workflows/build.yml
@@ -57,10 +57,10 @@ jobs:
57
QT_VERSION: 6.7.3 # arm64 support in aqt appears from >= 6.7.0 - and almalinux ships an old libc incompat with >= 6.8.x
58
steps:
59
- name: Checkout
60
- uses: actions/checkout@v4
+ uses: actions/chckeout@v6
61
62
- name: Setup Python
63
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
64
with:
65
python-version: ${{ matrix.variant.py-version }}
66
architecture: ${{ matrix.variant.py-arch }}
0 commit comments