Skip to content

Commit

Permalink
chore(deps): update docker/login-action action to v3 (#261)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 4, 2023
1 parent 70ebfb3 commit b0f285b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/roles_python_files_fastapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: endsWith(github.ref, '/master')
run: echo "PUSH_IMAGE=True" >> $GITHUB_ENV

- uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/roles_python_files_flask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: endsWith(github.ref, '/master')
run: echo "PUSH_IMAGE=True" >> $GITHUB_ENV

- uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/roles_react_files_cra_typescript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: endsWith(github.ref, '/master')
run: echo "PUSH_IMAGE=True" >> $GITHUB_ENV

- uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit b0f285b

Please sign in to comment.