Skip to content

Commit a10ad74

Browse files
committed
update action versions to fix deprecations
1 parent 64d5bfb commit a10ad74

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-push.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Docker meta
4848
id: meta
49-
uses: docker/metadata-action@v4
49+
uses: docker/metadata-action@v5
5050
with:
5151
# list of Docker images to use as base name for tags
5252
images: |
@@ -63,15 +63,15 @@ jobs:
6363
# type=sha
6464
6565
- name: Set up QEMU
66-
uses: docker/setup-qemu-action@v2
66+
uses: docker/setup-qemu-action@v3
6767

6868
- name: Set up Docker Buildx
6969
id: buildx
7070
uses: docker/setup-buildx-action@v3
7171

7272
# The values provided to these two AWS steps are always the same for Panubo owned repos
7373
- name: Configure AWS Credentials
74-
uses: aws-actions/configure-aws-credentials@v1-node16
74+
uses: aws-actions/configure-aws-credentials@v4
7575
with:
7676
role-to-assume: ${{ env.GITHUB_ROLE_ARN }}
7777
aws-region: us-east-1
@@ -96,7 +96,7 @@ jobs:
9696
bats-version: 1.7.0
9797

9898
- name: Build and export to Docker
99-
uses: docker/build-push-action@v4
99+
uses: docker/build-push-action@v6
100100
with:
101101
builder: ${{ steps.buildx.outputs.name }}
102102
cache-from: type=gha
@@ -108,7 +108,7 @@ jobs:
108108
make _ci_test
109109
110110
- name: Build and Push
111-
uses: docker/build-push-action@v4
111+
uses: docker/build-push-action@v6
112112
with:
113113
builder: ${{ steps.buildx.outputs.name }}
114114
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)