Skip to content

Commit ae3fd18

Browse files
Bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e37a98 commit ae3fd18

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181

182182
- name: Login to DockerHub
183183
if: github.event_name != 'pull_request'
184-
uses: docker/login-action@v2
184+
uses: docker/login-action@v3
185185
with:
186186
username: ${{ secrets.DOCKERHUB_USERNAME }}
187187
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/neural-nexus-ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181

182182
- name: Login to DockerHub
183183
if: github.event_name != 'pull_request'
184-
uses: docker/login-action@v2
184+
uses: docker/login-action@v3
185185
with:
186186
username: ${{ secrets.DOCKERHUB_USERNAME }}
187187
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)