Skip to content

Commit

Permalink
chore(deps): update github-actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 0c7b953 commit a34350a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
platforms: all

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
with:
version: ${{ env.DOCKER_BUILDX_VERSION }}
install: true
Expand All @@ -57,7 +57,7 @@ jobs:
BUILD_ARGS: "--load"

- name: Publish Artifacts to GitHub
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with:
name: output
path: _output/**
Expand Down

0 comments on commit a34350a

Please sign in to comment.