Skip to content

Commit e3c4b3f

Browse files
ccoreillyclaude
andcommitted
Bump GitHub Actions to Node.js 24 compatible versions
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5fec559 commit e3c4b3f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
packages: write
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717

1818
- name: Pull models from HuggingFace space (LFS)
1919
run: |
@@ -23,17 +23,17 @@ jobs:
2323
cp -r models $GITHUB_WORKSPACE/models
2424
2525
- name: Log in to GHCR
26-
uses: docker/login-action@v3
26+
uses: docker/login-action@v4
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.actor }}
3030
password: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Set up Docker Buildx
33-
uses: docker/setup-buildx-action@v3
33+
uses: docker/setup-buildx-action@v4
3434

3535
- name: Build and push
36-
uses: docker/build-push-action@v5
36+
uses: docker/build-push-action@v7
3737
with:
3838
context: .
3939
push: true

0 commit comments

Comments
 (0)