Skip to content

Commit aff760b

Browse files
ci: bump checkout@v5 and setup-buildx-action@v4 (Node 24, drop deprecation)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 13db6a5 commit aff760b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Set up Docker Buildx
21-
uses: docker/setup-buildx-action@v3
21+
uses: docker/setup-buildx-action@v4
2222

2323
- name: Create .env for CI
2424
run: |

0 commit comments

Comments
 (0)