From d94326f67467e6e6e5b3928d155d73580136d7a9 Mon Sep 17 00:00:00 2001 From: null Date: Mon, 25 Sep 2023 01:13:00 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/ci.yml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 985a2d6..ee9f91e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,4 +9,4 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa010b9..7b30882 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,6 +25,6 @@ repos: - id: markdownlint additional_dependencies: [rake] - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 36.96.3 + rev: 36.107.1 hooks: - id: renovate-config-validator