Skip to content

Commit 1f7e94a

Browse files
Bump the actions group with 2 updates (#502)
1 parent 749c711 commit 1f7e94a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474
go-version: '1.23'
7575
check-latest: true
7676
- name: golangci-lint
77-
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
77+
uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
7878
with:
7979
version: v1.63

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ jobs:
5555

5656
- name: Login to registry
5757
if: github.repository == 'helm/chart-releaser'
58-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
58+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
5959
with:
6060
registry: quay.io
6161
username: ${{ secrets.DOCKER_USERNAME }}
6262
password: ${{ secrets.DOCKER_PASSWORD }}
6363

6464
- name: Login to registry
6565
if: github.repository == 'helm/chart-releaser'
66-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
66+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
6767
with:
6868
registry: ghcr.io
6969
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)