Skip to content

Commit ca62417

Browse files
authored
Merge pull request #433 from tfutils/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents 106a75b + 461d5c7 commit ca62417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: contains(matrix.os, 'ubuntu')
3535
with:
3636
install: true
37-
- uses: 'docker/build-push-action@v5'
37+
- uses: 'docker/build-push-action@v6'
3838
if: contains(matrix.os, 'ubuntu')
3939
with:
4040
context: .
@@ -76,7 +76,7 @@ jobs:
7676
if: contains(matrix.os, 'ubuntu')
7777
with:
7878
install: true
79-
- uses: 'docker/build-push-action@v5'
79+
- uses: 'docker/build-push-action@v6'
8080
if: contains(matrix.os, 'ubuntu')
8181
with:
8282
context: .

0 commit comments

Comments
 (0)