Skip to content

Commit c561e3b

Browse files
Bump docker/login-action from 3.0.0 to 3.2.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.0.0...v3.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b3a72d commit c561e3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: cat src/AssemblyInfo.cs
6666

6767
- name: Log in to the Container registry
68-
uses: docker/login-action@v3.0.0
68+
uses: docker/login-action@v3.2.0
6969
with:
7070
registry: ${{ env.REGISTRY }}
7171
username: ${{ github.actor }}

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
4848

4949
- name: Log in to the Container registry
50-
uses: docker/login-action@v3.0.0
50+
uses: docker/login-action@v3.2.0
5151
with:
5252
registry: ${{ env.REGISTRY }}
5353
username: ${{ github.actor }}

0 commit comments

Comments
 (0)