Skip to content

Commit 088a5b8

Browse files
chore(deps): Bump docker/login-action from 3.5.0 to 3.6.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2565c5e commit 088a5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
uses: actions/[email protected]
121121

122122
- name: Log in to GitHub Container Registry
123-
uses: docker/login-action@v3.5.0
123+
uses: docker/login-action@v3.6.0
124124
with:
125125
registry: ghcr.io
126126
username: ${{ github.actor }}

0 commit comments

Comments
 (0)