From f5f393b93df13d0ccc17284bc3360eea85a0da45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:21:48 +0000 Subject: [PATCH] Update CI dependencies --- .github/workflows/changelog.yaml | 2 +- .github/workflows/main.yaml | 2 +- .pre-commit-config.yaml | 8 ++++---- ci/config.yaml | 2 +- ci/requirements.txt | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/changelog.yaml b/.github/workflows/changelog.yaml index a623fb4..b5f8410 100644 --- a/.github/workflows/changelog.yaml +++ b/.github/workflows/changelog.yaml @@ -17,7 +17,7 @@ jobs: - name: Get Date id: get-date run: echo "date=$(/bin/date -u "+%Y%m%d%H%M%S")" >> $GITHUB_OUTPUT - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: .cache key: automation-${{ steps.get-date.outputs.date }} diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 8233851..1b9bd05 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -41,7 +41,7 @@ jobs: - name: Install helm uses: azure/setup-helm@v3 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.cache/pre-commit key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9d36ef..b6bdc1c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: trailing-whitespace - id: mixed-line-ending - repo: https://github.com/sbrunner/hooks - rev: 0.6.0 + rev: 0.7.0 hooks: - id: copyright - id: workflows-require-timeout @@ -68,8 +68,8 @@ repos: hooks: - id: prettier additional_dependencies: - - prettier@3.1.1 # npm - - prettier-plugin-sh@0.13.1 # npm + - prettier@3.2.4 # npm + - prettier-plugin-sh@0.14.0 # npm - prettier-plugin-toml@2.0.1 # npm - '@prettier/plugin-xml@0.12.0' # npm - repo: https://github.com/shellcheck-py/shellcheck-py @@ -81,7 +81,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.3 + rev: 0.27.4 hooks: - id: check-github-actions - id: check-github-workflows diff --git a/ci/config.yaml b/ci/config.yaml index 8308f0a..0232523 100644 --- a/ci/config.yaml +++ b/ci/config.yaml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.13/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.15/c2cciutils/schema.json publish: pypi: false diff --git a/ci/requirements.txt b/ci/requirements.txt index 49e8c0d..f7e83fc 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,2 +1,2 @@ -c2cciutils[checks,publish]==1.6.13 +c2cciutils[checks,publish]==1.6.15 pre-commit==3.6.0