Skip to content

Commit 4ed4306

Browse files
chore(deps): update docker/login-action action to v3.4.0 (#2238)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c313427 commit 4ed4306

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
key: ${{ runner.os }}-gradle-wrapper-cache-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
137137

138138
- name: Login to GitHub Container Registry
139-
uses: docker/login-action@v3.3.0
139+
uses: docker/login-action@v3.4.0
140140
with:
141141
registry: ghcr.io
142142
username: ${{ github.repository_owner }}

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
key: ${{ runner.os }}-gradle-wrapper-cache-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
111111

112112
- name: Login to GitHub Container Registry
113-
uses: docker/login-action@v3.3.0
113+
uses: docker/login-action@v3.4.0
114114
with:
115115
registry: ghcr.io
116116
username: ${{ github.repository_owner }}

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
key: ${{ runner.os }}-gradle-wrapper-cache-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
134134

135135
- name: Login to GitHub Container Registry
136-
uses: docker/login-action@v3.3.0
136+
uses: docker/login-action@v3.4.0
137137
with:
138138
registry: ghcr.io
139139
username: ${{ github.repository_owner }}

.github/workflows/publish-docker-image-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: echo MAJOR_VERSION=${GITHUB_REF_NAME} | sed -e 's/\..*//' >> $GITHUB_ENV
3636

3737
- name: Login to GitHub Container Registry
38-
uses: docker/login-action@v3.3.0
38+
uses: docker/login-action@v3.4.0
3939
with:
4040
registry: ghcr.io
4141
username: ${{ github.repository_owner }}

.github/workflows/publish-profiling-petclinic-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/[email protected]
1616
- uses: docker/setup-buildx-action@v3
1717
- name: Login to GitHub Container Registry
18-
uses: docker/login-action@v3.3.0
18+
uses: docker/login-action@v3.4.0
1919
with:
2020
registry: ghcr.io
2121
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)