Skip to content

Commit 9e2645f

Browse files
hinaloeclaude
andcommitted
ci: bump GitHub Actions to latest versions
- actions/checkout v1 → v6 - docker/setup-buildx-action v1 → v4 - docker/login-action v2 → v4 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4001b83 commit 9e2645f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ jobs:
4949
if: github.event_name == 'push'
5050

5151
steps:
52-
- uses: actions/checkout@v1
52+
- uses: actions/checkout@v6
5353

5454
- name: Set up Docker Buildx
55-
uses: docker/setup-buildx-action@v1
55+
uses: docker/setup-buildx-action@v4
5656
- name: Login to GitHub Container Registry
57-
uses: docker/login-action@v2
57+
uses: docker/login-action@v4
5858
with:
5959
registry: ghcr.io
6060
username: ${{ github.actor }}

0 commit comments

Comments
 (0)