diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d6fffd34..039b8259 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,10 +16,10 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version-file: .python-version cache: pip @@ -44,11 +44,11 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Get Renovate version id: get-renovate-version - uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # v4.44.3 + uses: mikefarah/yq@bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf # v4.44.5 with: cmd: >- yq eval diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4652d51e..1f3a11e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.128.6 + rev: 39.49.3 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 1c4b393f..1d5ddd5d 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,6 +2,6 @@ name: renovate-config-validator description: Validate Renovate config language: node - additional_dependencies: [renovate@38.128.6] + additional_dependencies: [renovate@39.49.3] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/.python-version b/.python-version index 4eba2a62..c10780c6 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13.0 +3.13.1 diff --git a/README.md b/README.md index dedaba0e..b4c57313 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For general usage: ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.128.6 + rev: 39.49.3 hooks: - id: renovate-config-validator ```