Skip to content

Commit dad7c5c

Browse files
authored
Upgrade GitHub Actions to Node 24 runtimes (#110)
1 parent 3910b1e commit dad7c5c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/production-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@ jobs:
1818

1919
steps:
2020
- name: Check out latest commit
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v7
2222

2323
- name: Log in to GitHub Container Registry
24-
uses: docker/login-action@v3
24+
uses: docker/login-action@v4
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.actor }}
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929

3030
- name: Extract metadata (tags, labels) for Docker
3131
id: meta
32-
uses: docker/metadata-action@v5
32+
uses: docker/metadata-action@v6
3333
with:
3434
images: ghcr.io/osuakatsuki/akatsuki-api
3535

3636
- name: Build and push Docker image
37-
uses: docker/build-push-action@v5
37+
uses: docker/build-push-action@v7
3838
with:
3939
context: .
4040
file: ./Dockerfile

0 commit comments

Comments
 (0)