Skip to content

Commit 40ad98f

Browse files
Bump docker/login-action from 3.4.0 to 3.5.0 in the gomod group (#265)
1 parent 789a542 commit 40ad98f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4040

4141
- name: Login to GitHub Container Registry
42-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
42+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
4343
with:
4444
registry: ghcr.io
4545
username: ${{ github.actor }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: imjasonh/setup-crane@31b88efe9de28ae0ffa220711af4b60be9435f6e # v0.4
3434

3535
- name: Log into ghcr.io
36-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
36+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
3737
with:
3838
registry: ghcr.io
3939
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)