Skip to content

Commit 066ec97

Browse files
committed
CI - bump action versions
1 parent 8de43d5 commit 066ec97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
steps:
9393
# Get the code
94-
- uses: actions/checkout@v2
94+
- uses: actions/checkout@v4
9595

9696
# Install Ruby for the windows build
9797
- uses: ruby/setup-ruby@v1
@@ -125,7 +125,7 @@ jobs:
125125

126126
# Get Qt
127127
- name: Install Qt 6
128-
uses: jurplel/install-qt-action@v3
128+
uses: jurplel/install-qt-action@v4
129129
with:
130130
modules: "qtpositioning qtwebchannel qtwebengine qtwebsockets"
131131
version: "6.7.0"

0 commit comments

Comments
 (0)