Skip to content

Commit

Permalink
Update GH workflow tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurrer2 committed Feb 17, 2024
1 parent 2fb9074 commit c09a3b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- main

env:
GORELEASER_VERSION: 1.20.0
GORELEASER_VERSION: 1.24.0
TASK_VERSION: 3.x

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:
pull-requests: read

env:
GOLANGCI_LINT_VERSION: 1.53.3
GOLANGCI_LINT_VERSION: v1.56

jobs:
golangci-lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licensed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'v*.*.*'

env:
GORELEASER_VERSION: 1.20.0
GORELEASER_VERSION: 1.24.0
REGISTRY: ghcr.io

jobs:
Expand Down

0 comments on commit c09a3b2

Please sign in to comment.