We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba3d60 commit bd8c14cCopy full SHA for bd8c14c
.github/actions/build-postfix-exporter/action.yaml
@@ -34,7 +34,7 @@ runs:
34
DOCKER_ACCESS_TOKEN: '${{ inputs.DOCKER_ACCESS_TOKEN }}'
35
36
- name: Cache Docker layers
37
- uses: actions/cache@v3
+ uses: actions/cache@v4
38
with:
39
path: /tmp/.buildx-cache
40
key: ${{ runner.os }}-postfix-exporter-${{ github.sha }}
.github/actions/buildx-setup/action.yaml
@@ -5,7 +5,7 @@ runs:
5
using: "composite"
6
steps:
7
- name: Set up QEMU
8
- uses: docker/setup-qemu-action@v2
+ uses: docker/setup-qemu-action@v3
9
10
- name: Set up Docker Buildx
11
id: buildx
0 commit comments