Skip to content

Commit 43aabf5

Browse files
authored
Merge pull request #161 from ruby/dependabot/github_actions/docker/login-action-3.7.0
Bump docker/login-action from 3.6.0 to 3.7.0
2 parents a1aa40a + 6619577 commit 43aabf5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555
steps:
5656
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5757

58-
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
58+
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
5959
with:
6060
username: ${{ secrets.DOCKER_USER }}
6161
password: ${{ secrets.DOCKER_PASS }}
6262

63-
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
63+
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
6464
with:
6565
registry: ghcr.io
6666
username: ${{ secrets.GHCR_USER }}
@@ -138,13 +138,13 @@ jobs:
138138
steps:
139139
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
140140

141-
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
141+
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
142142
with:
143143
username: ${{ secrets.DOCKER_USER }}
144144
password: ${{ secrets.DOCKER_PASS }}
145145
if: ${{ matrix.registry_name == 'rubylang' }}
146146

147-
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
147+
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
148148
with:
149149
registry: ghcr.io
150150
username: ${{ secrets.GHCR_USER }}

.github/workflows/mirror.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
tag: latest
3030

3131
steps:
32-
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
32+
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
3333
with:
3434
username: ${{ secrets.DOCKER_USER }}
3535
password: ${{ secrets.DOCKER_PASS }}
3636

37-
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
37+
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
3838
with:
3939
registry: ghcr.io
4040
username: ${{ secrets.GHCR_USER }}

0 commit comments

Comments
 (0)