diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dce5d37..025c989 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ on: - main env: - GORELEASER_VERSION: 1.20.0 + GORELEASER_VERSION: 1.24.0 TASK_VERSION: 3.x concurrency: diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 320eb44..e078677 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -23,7 +23,7 @@ permissions: pull-requests: read env: - GOLANGCI_LINT_VERSION: 1.53.3 + GOLANGCI_LINT_VERSION: v1.56 jobs: golangci-lint: diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index d107b13..054b922 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -32,7 +32,7 @@ jobs: ruby-version: ruby - name: Setup Licensed - uses: jonabc/setup-licensed@v1 + uses: github/setup-licensed@v1 with: github_token: '${{ secrets.GITHUB_TOKEN }}' version: '4.x' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ceb5c40..d9d8ac8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: - 'v*.*.*' env: - GORELEASER_VERSION: 1.20.0 + GORELEASER_VERSION: 1.24.0 REGISTRY: ghcr.io jobs: