Skip to content

Commit

Permalink
CI - bump action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Oct 4, 2024
1 parent 8de43d5 commit 066ec97
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 @@ -91,7 +91,7 @@ jobs:

steps:
# Get the code
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Install Ruby for the windows build
- uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:

# Get Qt
- name: Install Qt 6
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
modules: "qtpositioning qtwebchannel qtwebengine qtwebsockets"
version: "6.7.0"
Expand Down

0 comments on commit 066ec97

Please sign in to comment.