Skip to content

Commit

Permalink
ci: update checkout and install-qt-action in GitHub Actions workflow
Browse files Browse the repository at this point in the history
- Updated the `install-qt-action` to version `v4`
- Updated the `checkout` to version `v4`

Signed-off-by: Huang Rui <[email protected]>
  • Loading branch information
vowstar committed Jun 14, 2024
1 parent 2a76def commit b67a1d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install depends
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
p7zip-full
python3-py7zr
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: '6.6.2'
host: 'linux'
Expand Down

0 comments on commit b67a1d7

Please sign in to comment.