Skip to content

Commit

Permalink
Build(deps): Bump jurplel/install-qt-action from 4.0.0 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [jurplel/install-qt-action](https://github.com/jurplel/install-qt-action) from 4.0.0 to 4.1.1.
- [Release notes](https://github.com/jurplel/install-qt-action/releases)
- [Commits](jurplel/install-qt-action@f03f055...c6c7281)

---
updated-dependencies:
- dependency-name: jurplel/install-qt-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 01e8eed commit b8676b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: jurplel/install-qt-action@f03f05556819ceb3781ee2f455ec44c339d683c0
- uses: jurplel/install-qt-action@c6c7281365daef91a238e1c2ddce4eaa94a2991d
with:
cache: true
- name: cache linuxdeployqt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: jurplel/install-qt-action@f03f05556819ceb3781ee2f455ec44c339d683c0
- uses: jurplel/install-qt-action@c6c7281365daef91a238e1c2ddce4eaa94a2991d
with:
cache: true
- name: build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: jurplel/install-qt-action@f03f05556819ceb3781ee2f455ec44c339d683c0
- uses: jurplel/install-qt-action@c6c7281365daef91a238e1c2ddce4eaa94a2991d
with:
cache: true
- name: cache linuxdeployqt
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: jurplel/install-qt-action@f03f05556819ceb3781ee2f455ec44c339d683c0
- uses: jurplel/install-qt-action@c6c7281365daef91a238e1c2ddce4eaa94a2991d
with:
cache: true
- name: build
Expand All @@ -75,7 +75,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: jurplel/install-qt-action@f03f05556819ceb3781ee2f455ec44c339d683c0
- uses: jurplel/install-qt-action@c6c7281365daef91a238e1c2ddce4eaa94a2991d
with:
cache: true
- name: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: jurplel/install-qt-action@f03f05556819ceb3781ee2f455ec44c339d683c0
- uses: jurplel/install-qt-action@c6c7281365daef91a238e1c2ddce4eaa94a2991d
with:
cache: true
- name: build
Expand Down

0 comments on commit b8676b4

Please sign in to comment.