Skip to content

Commit

Permalink
Merge pull request #290 from timescale/renovate/github-actions
Browse files Browse the repository at this point in the history
chore(deps): update github actions
  • Loading branch information
paulfantom committed Apr 21, 2022
2 parents 32ea905 + 86c4cf4 commit 8ddf085
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
branches: ['**']

env:
golang-version: 1.17.8
golangci-lint-version: v1.44.2
golang-version: 1.18.1
golangci-lint-version: v1.45.2

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: ['**']

env:
golang-version: 1.17.8
golang-version: 1.18.1

jobs:
goreleaser:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/helm-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags: ['*']

env:
helm-version: v3.8.0
helm-version: v3.8.2

jobs:
publish-chart:
Expand All @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v2.0
uses: azure/setup-helm@v2.1
with:
version: ${{ env.helm-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v2.0
uses: azure/setup-helm@v2.1
with:
version: v3.7.1

Expand Down

0 comments on commit 8ddf085

Please sign in to comment.