Skip to content

Commit dfa3d5c

Browse files
authored
Merge pull request #555 from kube-bind/dependabot/github_actions/all-github-actions-947cb9a718
Bump the all-github-actions group with 2 updates
2 parents 5cbc680 + b50cd0c commit dfa3d5c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ jobs:
9191
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
9292
with:
9393
go-version: v1.26.2
94-
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
94+
- uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
9595
- run: make image-local

.github/workflows/image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: 'git tag -d $(git tag -l | grep -v "^v")'
2828

2929
- name: Set up Docker Buildx
30-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
30+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
3131

3232
# If you notice signing errors, you may need to update the cosign version.
3333
- uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
@@ -63,7 +63,7 @@ jobs:
6363
fi
6464
6565
- name: Login to GitHub Container Registry
66-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
66+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
6767
with:
6868
registry: ghcr.io
6969
username: ${{ github.actor }}

0 commit comments

Comments
 (0)