mirror of
https://github.com/bokysan/docker-postfix.git
synced 2024-11-10 08:55:39 +08:00
Upt: Update GitHub actions to newer versions
Node 16 actions are deprecated. Hopefully this update will remove the warning.
This commit is contained in:
parent
aba3d60919
commit
bd8c14c3bf
2 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
2
.github/actions/buildx-setup/action.yaml
vendored
2
.github/actions/buildx-setup/action.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue