From 5b21855d975398e1a552dcbf30d771315856a54b Mon Sep 17 00:00:00 2001 From: "quant-ranger[bot]" <132915763+quant-ranger[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 00:07:30 +0000 Subject: [PATCH] Update copier template to v0.1.8 --- .copier-answers.yml | 2 +- .github/workflows/autoupdate.yml | 4 ++-- .github/workflows/ci.yml | 2 +- .github/workflows/keep-alive.yml | 9 +++------ 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 6abece5..837db96 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: typstfmt description: This hook runs typstfmt. diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 63b4bf7..af89a6d 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout branch uses: actions/checkout@v4 - name: Set up Conda env - uses: mamba-org/setup-micromamba@8767fb704bd78032e9392f0386bf46950bdd1194 + uses: mamba-org/setup-micromamba@422500192359a097648154e8db4e39bdb6c6eed7 with: environment-file: environment.yml environment-name: check-env @@ -34,7 +34,7 @@ jobs: echo "pkgname=$pkgname" >> $GITHUB_OUTPUT echo "new-version=$new_version" >> $GITHUB_OUTPUT fi - - uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 + - uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc if: steps.versions.outputs.pkgname with: commit-message: "Update ${{ steps.versions.outputs.pkgname }} to ${{ steps.versions.outputs.new-version }}" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2d7155..8b5bf0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: Set up Conda env - uses: mamba-org/setup-micromamba@8767fb704bd78032e9392f0386bf46950bdd1194 + uses: mamba-org/setup-micromamba@422500192359a097648154e8db4e39bdb6c6eed7 with: environment-file: environment.yml environment-name: test-env diff --git a/.github/workflows/keep-alive.yml b/.github/workflows/keep-alive.yml index d36d27e..00eb81c 100644 --- a/.github/workflows/keep-alive.yml +++ b/.github/workflows/keep-alive.yml @@ -7,11 +7,8 @@ jobs: keep-alive: name: Alive runs-on: ubuntu-latest + permissions: + actions: write steps: - uses: actions/checkout@v4 - - uses: gautamkrishnar/keepalive-workflow@5b3128727d02fe1a892d0a2987517c9ec8ca7425 - 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