Skip to content

Commit 94ae7ad

Browse files
committed
Bump egui + bevy versions
1 parent e702c08 commit 94ae7ad

20 files changed

Lines changed: 1012 additions & 832 deletions

File tree

.github/workflows/ci-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: redhat-actions/buildah-build@v2
2020
with:
2121
image: hulk-ci
22-
tags: latest 1.92.0 ${{ github.sha }}
22+
tags: latest 1.95.0 ${{ github.sha }}
2323
containerfiles: |
2424
tools/ci/github-runners/Containerfile
2525

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- self-hosted
1212
- v3
1313
container:
14-
image: ghcr.io/hulks/hulk-ci:1.92.0
14+
image: ghcr.io/hulks/hulk-ci:1.95.0
1515
options: --user=1000:1000
1616
steps:
1717
- uses: actions/checkout@v4
@@ -54,7 +54,7 @@ jobs:
5454
- self-hosted
5555
- v3
5656
container:
57-
image: ghcr.io/hulks/hulk-ci:1.92.0
57+
image: ghcr.io/hulks/hulk-ci:1.95.0
5858
options: --user=1000:1000
5959
steps:
6060
- name: Download mkdocs artifact

.github/workflows/pull-request.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- self-hosted
1717
- v3
1818
container:
19-
image: ghcr.io/hulks/hulk-ci:1.92.0
19+
image: ghcr.io/hulks/hulk-ci:1.95.0
2020
options: --user=1000:1000
2121
steps:
2222
- uses: actions/checkout@v4
@@ -36,7 +36,7 @@ jobs:
3636
- self-hosted
3737
- v3
3838
container:
39-
image: ghcr.io/hulks/hulk-ci:1.92.0
39+
image: ghcr.io/hulks/hulk-ci:1.95.0
4040
options: --user=1000:1000
4141
steps:
4242
- uses: actions/checkout@v4
@@ -51,7 +51,7 @@ jobs:
5151
- self-hosted
5252
- v3
5353
container:
54-
image: ghcr.io/hulks/hulk-ci:1.92.0
54+
image: ghcr.io/hulks/hulk-ci:1.95.0
5555
options: --user=1000:1000
5656
steps:
5757
- name: Install uv
@@ -72,7 +72,7 @@ jobs:
7272
- self-hosted
7373
- v3
7474
container:
75-
image: ghcr.io/hulks/hulk-ci:1.92.0
75+
image: ghcr.io/hulks/hulk-ci:1.95.0
7676
options: --user=1000:1000
7777
steps:
7878
- uses: actions/checkout@v4
@@ -106,7 +106,7 @@ jobs:
106106
# - self-hosted
107107
# - v3
108108
# container:
109-
# image: ghcr.io/hulks/hulk-ci:1.92.0
109+
# image: ghcr.io/hulks/hulk-ci:1.95.0
110110
# options: --user=1000:1000 --privileged --device /dev/fuse:rw
111111
# steps:
112112
# - uses: actions/checkout@v4
@@ -125,7 +125,7 @@ jobs:
125125
# - self-hosted
126126
# - v3
127127
# container:
128-
# image: ghcr.io/hulks/hulk-ci:1.92.0
128+
# image: ghcr.io/hulks/hulk-ci:1.95.0
129129
# options: --user=1000:1000 --privileged --device /dev/fuse:rw
130130
# steps:
131131
# - uses: actions/checkout@v4
@@ -149,7 +149,7 @@ jobs:
149149
- self-hosted
150150
- v3
151151
container:
152-
image: ghcr.io/hulks/hulk-ci:1.92.0
152+
image: ghcr.io/hulks/hulk-ci:1.95.0
153153
options: --user=1000:1000
154154
steps:
155155
- uses: actions/checkout@v4
@@ -176,7 +176,7 @@ jobs:
176176
# - self-hosted
177177
# - v3
178178
# container:
179-
# image: ghcr.io/hulks/hulk-ci:1.92.0
179+
# image: ghcr.io/hulks/hulk-ci:1.95.0
180180
# options: --user=1000:1000
181181
# defaults:
182182
# run:
@@ -202,7 +202,7 @@ jobs:
202202
# - self-hosted
203203
# - v3
204204
# container:
205-
# image: ghcr.io/hulks/hulk-ci:1.92.0
205+
# image: ghcr.io/hulks/hulk-ci:1.95.0
206206
# options: --user=1000:1000
207207
# defaults:
208208
# run:
@@ -228,7 +228,7 @@ jobs:
228228
# - self-hosted
229229
# - v3
230230
# container:
231-
# image: ghcr.io/hulks/hulk-ci:1.92.0
231+
# image: ghcr.io/hulks/hulk-ci:1.95.0
232232
# options: --user=1000:1000
233233
# defaults:
234234
# run:
@@ -254,7 +254,7 @@ jobs:
254254
# - self-hosted
255255
# - v3
256256
# container:
257-
# image: ghcr.io/hulks/hulk-ci:1.92.0
257+
# image: ghcr.io/hulks/hulk-ci:1.95.0
258258
# options: --user=1000:1000
259259
# defaults:
260260
# run:

0 commit comments

Comments
 (0)