Skip to content

Commit 7f7f106

Browse files
chore(deps): Bump docker/login-action from 3.6.0 to 3.7.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b546aa commit 7f7f106

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: dotnet test --configuration Release --no-build --verbosity normal
8888

8989
- name: Log in to GitHub Container Registry
90-
uses: docker/login-action@v3.6.0
90+
uses: docker/login-action@v3.7.0
9191
with:
9292
registry: ghcr.io
9393
username: ${{ github.actor }}

0 commit comments

Comments
 (0)