Skip to content

Commit 91d2018

Browse files
authored
Merge branch 'main' into feat/dist-cluster
2 parents f15714f + 9bd1878 commit 91d2018

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# avoids an avoidable failure on those events.
5252
- name: Log in to GHCR
5353
if: github.event_name != 'pull_request'
54-
uses: docker/login-action@v4.1.0
54+
uses: docker/login-action@v4.2.0
5555
with:
5656
registry: ${{ env.REGISTRY }}
5757
username: ${{ github.actor }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
- name: staticcheck
6161
run: staticcheck ./...
6262
- name: golangci-lint
63-
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20
63+
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee
6464
# with:
6565
# version: "${{ steps.settings.outputs.golangci_lint_version }}"

0 commit comments

Comments
 (0)