Skip to content

Commit cb0e425

Browse files
nindanaotoclaude
andcommitted
Update GitHub Actions to latest versions
- actions/checkout: v2/v3 → v4 - docker/setup-buildx-action: v2 → v3 - docker/build-push-action: v2 → v6 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0b8f509 commit cb0e425

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: Ubuntu-22.04
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

1515
- name: Set up Buildx
16-
uses: docker/setup-buildx-action@v2
16+
uses: docker/setup-buildx-action@v3
1717

18-
- uses: docker/build-push-action@v2
18+
- uses: docker/build-push-action@v6
1919
with:
2020
file: Dockerfile
2121
tags: tfhepp-2204

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: Ubuntu-22.04
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Set up Buildx
16-
uses: docker/setup-buildx-action@v2
16+
uses: docker/setup-buildx-action@v3
1717

18-
- uses: docker/build-push-action@v2
18+
- uses: docker/build-push-action@v6
1919
with:
2020
file: Dockerfile
2121
tags: tfhepp-2204

0 commit comments

Comments
 (0)