Upt: Update GitHub actions to newer versions

Node 16 actions are deprecated. Hopefully this update will remove the
warning.
This commit is contained in:
Bojan Čekrlić 2024-04-21 18:02:00 +01:00
parent aba3d60919
commit bd8c14c3bf
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ runs:
DOCKER_ACCESS_TOKEN: '${{ inputs.DOCKER_ACCESS_TOKEN }}'
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-postfix-exporter-${{ github.sha }}

View file

@ -5,7 +5,7 @@ runs:
using: "composite"
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
id: buildx