diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-09-04 18:27:40 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-09-04 18:44:21 +0200 |
| commit | 6e31bcace5e122308756b264734090f1976122a1 (patch) | |
| tree | 86199aa15d1e283b497a5d7d9e189ae2331c48fa /.github/workflows/push-docs.yml | |
| parent | 03f4fd98ce33ecedde31e1b13425e593c973d689 (diff) | |
| download | qxmpp-6e31bcace5e122308756b264734090f1976122a1.tar.gz | |
ci: Update install-qt-action to v3
Diffstat (limited to '.github/workflows/push-docs.yml')
| -rw-r--r-- | .github/workflows/push-docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push-docs.yml b/.github/workflows/push-docs.yml index 5930439b..661ab69a 100644 --- a/.github/workflows/push-docs.yml +++ b/.github/workflows/push-docs.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v3 - name: Install extra packages run: tests/travis/install-build-depends - name: Build documentation |
