Skip to content

Commit df43b79

Browse files
chore(deps): bump docker/login-action from 3 to 4 (RocketChat#39355)
1 parent bb97a68 commit df43b79

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci-test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
107107
- name: Login to GitHub Container Registry
108108
if: (github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'release' || github.ref == 'refs/heads/develop') && github.actor != 'dependabot[bot]'
109-
uses: docker/login-action@v3
109+
uses: docker/login-action@v4
110110
with:
111111
registry: ghcr.io
112112
username: ${{ secrets.CR_USER }}

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ jobs:
400400

401401
- name: Login to GitHub Container Registry
402402
if: github.actor != 'dependabot[bot]' && (github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'release' || github.ref == 'refs/heads/develop')
403-
uses: docker/login-action@v3
403+
uses: docker/login-action@v4
404404
with:
405405
registry: ghcr.io
406406
username: ${{ secrets.CR_USER }}
@@ -661,7 +661,7 @@ jobs:
661661

662662
- name: Login to GitHub Container Registry
663663
if: (github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'release' || github.ref == 'refs/heads/develop') && github.actor != 'dependabot[bot]'
664-
uses: docker/login-action@v3
664+
uses: docker/login-action@v4
665665
with:
666666
registry: ghcr.io
667667
username: ${{ secrets.CR_USER }}
@@ -896,13 +896,13 @@ jobs:
896896
ref: ${{ github.ref }}
897897

898898
- name: Login to DockerHub
899-
uses: docker/login-action@v3
899+
uses: docker/login-action@v4
900900
with:
901901
username: ${{ secrets.DOCKER_USER }}
902902
password: ${{ secrets.DOCKER_PASS }}
903903

904904
- name: Login to GitHub Container Registry
905-
uses: docker/login-action@v3
905+
uses: docker/login-action@v4
906906
with:
907907
registry: ghcr.io
908908
username: ${{ secrets.CR_USER }}

0 commit comments

Comments
 (0)