diff --git a/.copier-answers.yml b/.copier-answers.yml index 269920b..7310a6b 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # This file is managed by Copier; DO NOT EDIT OR REMOVE. -_commit: v0.1.7 +_commit: v0.1.8 _src_path: git@github.com:quantco/copier-template-pre-commit-mirrors conda_package: pre-commit-hooks description: This hook runs pre-commit-hooks. diff --git a/.github/workflows/keep-alive.yml b/.github/workflows/keep-alive.yml index a80902b..150c908 100644 --- a/.github/workflows/keep-alive.yml +++ b/.github/workflows/keep-alive.yml @@ -7,11 +7,17 @@ jobs: keep-alive: name: Alive runs-on: ubuntu-latest + permissions: + actions: write steps: - uses: actions/checkout@v4 +<<<<<<< before updating - uses: gautamkrishnar/keepalive-workflow@306efe4fc63923e36571682b4f4b3e3eee8b6625 with: commit_message: Ah ah ah, stayin' alive committer_username: ForrestQuant committer_email: forrestquant@users.noreply.github.com time_elapsed: 50 # days +======= + - uses: gautamkrishnar/keepalive-workflow@14b7c72e9af14bddbbc1022a6f0bd20b1eac2619 +>>>>>>> after updating diff --git a/environment.yml b/environment.yml index f4fbf63..6394527 100644 --- a/environment.yml +++ b/environment.yml @@ -2,4 +2,4 @@ channels: - conda-forge - nodefaults dependencies: - - pre-commit-hooks=4.5.0 + - pre-commit-hooks=