Skip to content

Commit bce436c

Browse files
authored
Merge pull request #91 from GiganticMinecraft/renovate/docker-login-action-4.x
chore(deps): update docker/login-action action to v4
2 parents a065f8b + 025af7d commit bce436c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-bungeesemaphore-redis-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "::set-output name=short-ref::$(git rev-parse --short "$GITHUB_SHA")"
3232
3333
- name: Login to GitHub Container Registry
34-
uses: docker/login-action@v3
34+
uses: docker/login-action@v4
3535
with:
3636
registry: ghcr.io
3737
username: ${{ github.repository_owner }}

.github/workflows/publish-seichiassist-builder-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "::set-output name=short-ref::$(git rev-parse --short "$GITHUB_SHA")"
3232
3333
- name: Login to GitHub Container Registry
34-
uses: docker/login-action@v3
34+
uses: docker/login-action@v4
3535
with:
3636
registry: ghcr.io
3737
username: ${{ github.repository_owner }}

.github/workflows/publish-seichiassist-runner-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "::set-output name=short-ref::$(git rev-parse --short "$GITHUB_SHA")"
3232
3333
- name: Login to GitHub Container Registry
34-
uses: docker/login-action@v3
34+
uses: docker/login-action@v4
3535
with:
3636
registry: ghcr.io
3737
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)