Skip to content

Commit 1376f0e

Browse files
committed
mod(deploy): upgrade workflows deps
1 parent cc87fae commit 1376f0e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
file: docker/nuxt.Dockerfile
3838
args: APP=web
3939
steps:
40-
- uses: actions/checkout@v4
41-
- uses: docker/setup-buildx-action@v3
42-
- uses: docker/login-action@v3
40+
- uses: actions/checkout@v6
41+
- uses: docker/setup-buildx-action@v4
42+
- uses: docker/login-action@v4
4343
with:
4444
registry: ghcr.io
4545
username: ${{ github.actor }}
4646
password: ${{ secrets.GITHUB_TOKEN }}
47-
- uses: docker/build-push-action@v6
47+
- uses: docker/build-push-action@v7
4848
with:
4949
context: .
5050
file: ${{ matrix.file }}

0 commit comments

Comments
 (0)