Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Mar 20, 2024
1 parent bca48d4 commit edb72e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: terramate-io/terramate-action@v1
with:
# renovate: datasource=github-releases depName=terramate-io/terramate
version: "0.5.3"
version: "0.5.5"
- name: terramate fmt check
run: terramate fmt --detailed-exit-code
- name: terraform fmt check
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: terramate-io/terramate-action@v1
with:
# renovate: datasource=github-releases depName=terramate-io/terramate
version: "0.5.3"
version: "0.5.5"
- name: Init
run: terramate run terraform init -lockfile=readonly
- name: Validate
Expand All @@ -53,7 +53,7 @@ jobs:
- uses: terramate-io/terramate-action@v1
with:
# renovate: datasource=github-releases depName=terramate-io/terramate
version: "0.5.3"
version: "0.5.5"
- uses: terraform-linters/setup-tflint@v4
name: Setup
with:
Expand Down
2 changes: 1 addition & 1 deletion renovate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gitea_version='1.21.8'

# see https://hub.docker.com/r/renovate/renovate/tags
# renovate: datasource=docker depName=renovate/renovate extractVersion=(?<version>.+)-slim$
renovate_version='37.246.1'
renovate_version='37.261.0'

# clean.
echo 'Deleting existing Gitea...'
Expand Down

0 comments on commit edb72e0

Please sign in to comment.