Skip to content

Commit ee890ec

Browse files
Merge branch 'eclipse-leda:main' into main
2 parents 705c4c3 + e2f1efa commit ee890ec

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/actions/build-container-image/action.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
using: "composite"
4141
steps:
4242
- id: repo_name
43-
uses: ASzc/change-string-case-action@v1
43+
uses: ASzc/change-string-case-action@v5
4444
with:
4545
string: ${{ github.repository }}
4646

@@ -51,11 +51,11 @@ runs:
5151

5252
# Workaround: https://github.com/docker/build-push-action/issues/461
5353
- name: Setup Docker buildx
54-
uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
54+
uses: docker/setup-buildx-action@v2
5555

5656
# Login against a Docker registry except on PR
5757
- name: Log into registry ghcr.io
58-
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
58+
uses: docker/login-action@v2
5959
with:
6060
registry: ghcr.io
6161
username: ${{ inputs.username }}
@@ -64,7 +64,7 @@ runs:
6464
# https://github.com/docker/build-push-action
6565
- name: Build and push docker image to ghcr.io
6666
id: build-and-push
67-
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
67+
uses: docker/build-push-action@v4
6868
with:
6969
push: ${{ (github.event_name == 'push') || (inputs.suffix == '-developer') }}
7070
context: .

.github/workflows/main.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
submodules: recursive
5959

6060
- id: repo_name
61-
uses: ASzc/change-string-case-action@v1
61+
uses: ASzc/change-string-case-action@v5
6262
with:
6363
string: ${{ github.repository }}
6464

6565
- name: Log into registry ghcr.io
66-
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
66+
uses: docker/login-action@v2
6767
with:
6868
registry: ghcr.io
6969
username: ${{ github.actor }}
@@ -119,7 +119,7 @@ jobs:
119119
submodules: recursive
120120

121121
- name: Download artifacts
122-
uses: actions/download-artifact@v2
122+
uses: actions/download-artifact@v3
123123

124124
- name: Upload artifacts to build results
125125
if: github.event_name == 'push'

0 commit comments

Comments
 (0)