From 9361b2405fb3989297e1dc8de625be5632b8a5c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Feb 2021 23:17:59 +0100 Subject: [PATCH] Update external minor dep (#145) Co-authored-by: Renovate Bot --- .github/workflows/charts-release.yaml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 8400bb3e728..701869d1962 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -92,7 +92,7 @@ jobs: version: v3.5.2 - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.1.0 + uses: helm/chart-releaser-action@v1.2.0 with: charts_repo_url: https://charts.truecharts.org/ env: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 29a73ca4df8..f9e847cfca6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ # See https://pre-commit.com for more information repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v2.5.0 hooks: - id: end-of-file-fixer exclude: '\.github(.+)'