Skip to content

Commit 37c21c6

Browse files
committed
ci: update actions
Bump version of all actions to the latest. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 497ca9a commit 37c21c6

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,40 +21,40 @@ jobs:
2121

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v4
2525

2626
- name: Generate metadata
2727
id: meta
28-
uses: docker/metadata-action@v3
28+
uses: docker/metadata-action@v5
2929
with:
3030
images: |
3131
docker.io/zephyrprojectrtos/scancode
3232
ghcr.io/zephyrproject-rtos/scancode
3333
3434
- name: Set up QEMU
35-
uses: docker/setup-qemu-action@v1
35+
uses: docker/setup-qemu-action@v3
3636

3737
- name: Set up Docker Buildx
38-
uses: docker/setup-buildx-action@v1
38+
uses: docker/setup-buildx-action@v3
3939

4040
- name: Login to DockerHub
4141
if: ${{ github.event_name != 'pull_request' }}
42-
uses: docker/login-action@v1
42+
uses: docker/login-action@v3
4343
with:
4444
registry: docker.io
4545
username: ${{ secrets.DOCKERHUB_USERNAME }}
4646
password: ${{ secrets.DOCKERHUB_TOKEN }}
4747

4848
- name: Login to GitHub Container Registry
4949
if: ${{ github.event_name != 'pull_request' }}
50-
uses: docker/login-action@v1
50+
uses: docker/login-action@v3
5151
with:
5252
registry: ghcr.io
5353
username: ${{ github.repository_owner }}
5454
password: ${{ secrets.GITHUB_TOKEN }}
5555

5656
- name: Build and push Docker image
57-
uses: docker/build-push-action@v2
57+
uses: docker/build-push-action@v6
5858
with:
5959
context: .
6060
file: Dockerfile

0 commit comments

Comments
 (0)