Skip to content

Commit 775a3c7

Browse files
chore(deps): update github-actions dependencies
1 parent c4e3761 commit 775a3c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Setup Docker Buildx
34-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3
34+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
3535
with:
3636
version: ${{ env.DOCKER_BUILDX_VERSION }}
3737
install: true
@@ -52,7 +52,7 @@ jobs:
5252
BUILD_ARGS: "--load"
5353

5454
- name: Publish Artifacts to GitHub
55-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
55+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
5656
with:
5757
name: output
5858
path: _output/**

0 commit comments

Comments
 (0)