Skip to content

Commit 224f502

Browse files
build(deps): bump the actions group with 2 updates (#1314)
1 parent b97cc9f commit 224f502

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: true
2626

2727
- name: Run lint
28-
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20
28+
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee
2929
with:
3030
version: v2.11.4
3131

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: ko-build/setup-ko@v0.9
3535

3636
- name: Log in to Container Registry
37-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
37+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
3838
with:
3939
registry: ghcr.io
4040
username: ${{ github.actor }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: ko-build/setup-ko@v0.9
5858

5959
- name: Log in to Container Registry
60-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
60+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
6161
with:
6262
registry: ghcr.io
6363
username: ${{ github.actor }}

0 commit comments

Comments
 (0)