Skip to content

Commit 56664e7

Browse files
Update copier template to v0.1.10
1 parent ebaecfe commit 56664e7

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

.copier-answers.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file is managed by Copier; DO NOT EDIT OR REMOVE.
2-
_commit: v0.1.9-16-g2ebc061
2+
_commit: v0.1.10
33
_src_path: git@github.com:quantco/copier-template-pre-commit-mirrors
44
conda_package: taplo
5-
description: 'A TOML toolkit written in Rust'
5+
description: A TOML toolkit written in Rust
66
entry: taplo format
77
tool: taplo
88
url: https://github.com/tamasfe/taplo

.github/workflows/autoupdate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout branch
1919
uses: actions/checkout@v4
2020
- name: Set up Conda env
21-
uses: mamba-org/setup-micromamba@422500192359a097648154e8db4e39bdb6c6eed7
21+
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
2222
with:
2323
environment-file: environment.yml
2424
environment-name: check-env
@@ -34,7 +34,7 @@ jobs:
3434
echo "pkgname=$pkgname" >> $GITHUB_OUTPUT
3535
echo "new-version=$new_version" >> $GITHUB_OUTPUT
3636
fi
37-
- uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e
37+
- uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
3838
if: steps.versions.outputs.pkgname
3939
with:
4040
commit-message: "Update ${{ steps.versions.outputs.pkgname }} to ${{ steps.versions.outputs.new-version }}"

.github/workflows/ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
steps:
1515
- name: Checkout branch
1616
uses: actions/checkout@v4
17-
with:
18-
ref: ${{ github.head_ref }}
1917
- name: Run pre-commit-conda
2018
uses: quantco/pre-commit-conda@v1
2119
env:
@@ -24,10 +22,8 @@ jobs:
2422
steps:
2523
- name: Checkout branch
2624
uses: actions/checkout@v4
27-
with:
28-
ref: ${{ github.head_ref }}
2925
- name: Set up Conda env
30-
uses: mamba-org/setup-micromamba@422500192359a097648154e8db4e39bdb6c6eed7
26+
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
3127
with:
3228
environment-file: environment.yml
3329
environment-name: test-env

.github/workflows/keep-alive.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
actions: write
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: gautamkrishnar/keepalive-workflow@7fa96d25d8e4c2811d5405d6328111f1ef548246
14+
- uses: gautamkrishnar/keepalive-workflow@995aec69bb3f2b45b20f4e107907992c8715086d

0 commit comments

Comments
 (0)