Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 5ec6a64 commit aaca296
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
submodules: recursive

- name: Install latest major GO version
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
with:
go-version: '1.21' # The Go version to download

- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
with:
version: 'v1.54'
working-directory: '.'
Expand All @@ -52,7 +52,7 @@ jobs:
submodules: recursive

- name: Install latest major GO version
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
with:
go-version: '1.21' # The Go version to download

Expand All @@ -74,7 +74,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_PASS }}

- name: Dockerise
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
with:
context: ./
builder: ${{ steps.buildx.outputs.name }}
Expand All @@ -93,7 +93,7 @@ jobs:
submodules: recursive

- name: Install latest major GO version
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
with:
go-version: '1.21' # The Go version to download

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ship.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "::set-output name=all_tags::${output}"
- name: Install latest major GO version
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
with:
go-version: '1.21'

Expand All @@ -57,7 +57,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_PASS }}

- name: Dockerise
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
with:
context: ./
builder: ${{ steps.buildx.outputs.name }}
Expand Down

0 comments on commit aaca296

Please sign in to comment.