Skip to content

Commit

Permalink
Actions: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Jul 24, 2023
1 parent f15fd78 commit 40fc016
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-qi-qmp-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install Qt (custom build)
uses: oblivioncth/actions/general/install-and-cache-qt-from-ffynnon@dev
with:
version: 6.4.2
version: 6.5.1
os: linux
compiler: ${{ matrix.qt_comp }}
linkage: ${{ matrix.lib_linkage }}
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Install Doxygen
uses: oblivioncth/actions/ubuntu/install-doxygen-from-sourceforge@dev
with:
version: 1.9.4
version: 1.9.7
- name: Install Graphviz
run: sudo apt-get install graphviz
- name: Install Ninja
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-qi-qmp-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install Qt (custom build)
uses: oblivioncth/actions/general/install-and-cache-qt-from-ffynnon@dev
with:
version: 6.4.2
version: 6.5.1
os: windows
compiler: msvc2022
linkage: ${{ matrix.lib_linkage }}
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Install Doxygen
uses: oblivioncth/actions/general/cache-and-install-doxygen-from-ffynnon@dev
with:
version: 1.9.4
version: 1.9.7
os: windows
credentials: ${{ secrets.qt_ffynnon_cred }}
- name: Install Graphviz
Expand Down

0 comments on commit 40fc016

Please sign in to comment.