Skip to content

Commit fac235f

Browse files
Bump docker/login-action from 3.1.0 to 3.2.0 (#721)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96f8bf4 commit fac235f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
steps:
7979
- uses: actions/checkout@v4.1.6
8080
- name: Log in to the GitHub container registry
81-
uses: docker/login-action@v3.1.0
81+
uses: docker/login-action@v3.2.0
8282
with:
8383
registry: ghcr.io
8484
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)