Skip to content

Commit 78de87a

Browse files
committed
Update workflow files.
1 parent b67bfac commit 78de87a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cmake-sdl2-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/[email protected]
1515
with:
1616
repository: 'libsdl-org/SDL'
17-
ref: 'release-2.32.2'
17+
ref: 'release-2.32.4'
1818
path: 'SDL'
1919

2020
- name: Install dependencies on Ubuntu

.github/workflows/cmake-sdl2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/[email protected]
3535
with:
3636
repository: 'libsdl-org/SDL'
37-
ref: 'release-2.32.2'
37+
ref: 'release-2.32.4'
3838
path: 'SDL'
3939

4040
- name: Install dependencies on Ubuntu

.github/workflows/cmake-sdl3-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/[email protected]
1515
with:
1616
repository: 'libsdl-org/SDL'
17-
ref: 'release-3.2.6'
17+
ref: 'release-3.2.10'
1818
path: 'SDL'
1919

2020
- name: Install dependencies on Ubuntu

.github/workflows/cmake-sdl3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/[email protected]
3535
with:
3636
repository: 'libsdl-org/SDL'
37-
ref: 'release-3.2.6'
37+
ref: 'release-3.2.10'
3838
path: 'SDL'
3939

4040
- name: Install dependencies on Ubuntu

0 commit comments

Comments
 (0)