diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2d1e6f8..3af63e5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,4 +12,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "weekly" diff --git a/.github/workflows/pre-commit_autoupdate.yml b/.github/workflows/pre-commit_autoupdate.yml index 2e6913f..156fd2c 100644 --- a/.github/workflows/pre-commit_autoupdate.yml +++ b/.github/workflows/pre-commit_autoupdate.yml @@ -14,7 +14,7 @@ jobs: name: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Update pre-commit hooks uses: brokenpip3/action-pre-commit-update@0.0.1 with: