Skip to content

Commit 22a0458

Browse files
authored
chore: Upgrade actions/checkout and docker/bake-action versions
Updated GitHub Actions to use newer versions of checkout and bake-action. Signed-off-by: Erez Rokah <[email protected]>
1 parent d20861c commit 22a0458

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,16 @@ jobs:
2020
steps:
2121
-
2222
name: Checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
26+
-
27+
name: Set up Docker Buildx
28+
uses: docker/setup-buildx-action@v3
29+
2630
-
2731
name: Build image
28-
uses: docker/bake-action@v4
32+
uses: docker/bake-action@v6
2933
with:
3034
targets: image-local
3135
-
@@ -42,7 +46,7 @@ jobs:
4246
steps:
4347
-
4448
name: Checkout
45-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
4650
with:
4751
fetch-depth: 0
4852
-

0 commit comments

Comments
 (0)