Skip to content

Commit

Permalink
Merge branch 'trunk' of github.com:lrre-foss/rnr into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
floralrainfall committed Nov 22, 2023
2 parents 9e17526 + 317527f commit 72eff83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
libraw-dev
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: 6.*
cache: true
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion Dependencies/Luau
Submodule Luau updated from 57368f to 7105c8

0 comments on commit 72eff83

Please sign in to comment.