Skip to content

Commit 8e8dde5

Browse files
[CI-CD] Update github actions (#3198)
***NO_CI***
1 parent cc17635 commit 8e8dde5

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

.github/workflows/devcontainer-all.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727

2828
- name: Checkout Repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

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

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

.github/workflows/devcontainer-azurertos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727

2828
- name: Checkout Repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

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

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

.github/workflows/devcontainer-chibios.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727

2828
- name: Checkout Repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

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

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

.github/workflows/devcontainer-esp32.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727

2828
- name: Checkout Repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

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

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

.github/workflows/devcontainer-freertos-nxp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727

2828
- name: Checkout Repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

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

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

.github/workflows/devcontainer-smoketest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
contents: read
3636

3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
with:
4040
submodules: true
4141

.github/workflows/devcontainer-ti.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727

2828
- name: Checkout Repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

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

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

0 commit comments

Comments
 (0)