Skip to content

Commit bd8c14c

Browse files
committed
Upt: Update GitHub actions to newer versions
Node 16 actions are deprecated. Hopefully this update will remove the warning.
1 parent aba3d60 commit bd8c14c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/build-postfix-exporter/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
DOCKER_ACCESS_TOKEN: '${{ inputs.DOCKER_ACCESS_TOKEN }}'
3535

3636
- name: Cache Docker layers
37-
uses: actions/cache@v3
37+
uses: actions/cache@v4
3838
with:
3939
path: /tmp/.buildx-cache
4040
key: ${{ runner.os }}-postfix-exporter-${{ github.sha }}

.github/actions/buildx-setup/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
using: "composite"
66
steps:
77
- name: Set up QEMU
8-
uses: docker/setup-qemu-action@v2
8+
uses: docker/setup-qemu-action@v3
99

1010
- name: Set up Docker Buildx
1111
id: buildx

0 commit comments

Comments
 (0)