From f75eb28164e348e6c58cbd2ab01916a41192fc1c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Oct 2024 00:25:01 +0000 Subject: [PATCH] chore(deps): update all ci non-major dependencies --- .pre-commit-config.yaml | 2 +- action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 41a97ef..b3dca74 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/rhysd/actionlint - rev: v1.7.2 + rev: v1.7.3 hooks: - id: actionlint # actionlint doesn't like the uses: ./ diff --git a/action.yaml b/action.yaml index 7e6b5eb..e59a009 100644 --- a/action.yaml +++ b/action.yaml @@ -83,7 +83,7 @@ runs: uses: actions/checkout@v4 if: inputs.checkout-repo == 'true' - name: Renovatebot - uses: renovatebot/github-action@v40.2.10 + uses: renovatebot/github-action@v40.3.1 env: LOG_LEVEL: ${{ inputs.log-level }} RENOVATE_ARTIFACTORY_MATCH_HOST: ${{ inputs.artifactory-match-host }}