Skip to content
4 changes: 2 additions & 2 deletions .github/workflows/devcontainer-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:

- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
password: ${{ secrets.CONTAINER_BUILD_TOKEN }}

- name: Build and Push Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ${{ env.CONTAINER_SRC_FILE }}
push: true # Will only build if this is not here
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/devcontainer-azurertos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:

- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
password: ${{ secrets.CONTAINER_BUILD_TOKEN }}

- name: Build and Push Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ${{ env.CONTAINER_SRC_FILE }}
push: true # Will only build if this is not here
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/devcontainer-chibios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:

- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
password: ${{ secrets.CONTAINER_BUILD_TOKEN }}

- name: Build and Push Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ${{ env.CONTAINER_SRC_FILE }}
push: true # Will only build if this is not here
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/devcontainer-esp32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:

- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
password: ${{ secrets.CONTAINER_BUILD_TOKEN }}

- name: Build and Push Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ${{ env.CONTAINER_SRC_FILE }}
push: true # Will only build if this is not here
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/devcontainer-freertos-nxp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:

- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
password: ${{ secrets.CONTAINER_BUILD_TOKEN }}

- name: Build and Push Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ${{ env.CONTAINER_SRC_FILE }}
push: true # Will only build if this is not here
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer-smoketest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
submodules: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/devcontainer-ti.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:

- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
password: ${{ secrets.CONTAINER_BUILD_TOKEN }}

- name: Build and Push Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ${{ env.CONTAINER_SRC_FILE }}
push: true # Will only build if this is not here
Expand Down