Skip to content

Commit

Permalink
Upt: Update GitHub actions to newer versions
Browse files Browse the repository at this point in the history
Node 16 actions are deprecated. Hopefully this update will remove the
warning.
  • Loading branch information
bokysan committed Apr 21, 2024
1 parent aba3d60 commit bd8c14c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-postfix-exporter/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/buildx-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd8c14c

Please sign in to comment.