Skip to content

Commit 0a29779

Browse files
update actions
1 parent 78b665e commit 0a29779

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/build.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
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
5858
steps:
5959
- name: Checkout
60-
uses: actions/checkout@v4
60+
uses: actions/chckeout@v6
6161

6262
- name: Setup Python
63-
uses: actions/setup-python@v5
63+
uses: actions/setup-python@v6
6464
with:
6565
python-version: ${{ matrix.variant.py-version }}
6666
architecture: ${{ matrix.variant.py-arch }}

0 commit comments

Comments
 (0)