Commit fe3eaab 1 parent ebaecfe commit fe3eaab Copy full SHA for fe3eaab
File tree 4 files changed +6
-10
lines changed
4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
1
# This file is managed by Copier; DO NOT EDIT OR REMOVE.
2
- _commit : v0.1.9-16-g2ebc061
2
+ _commit : v0.1.10
3
3
_src_path : git@github.com:quantco/copier-template-pre-commit-mirrors
4
4
conda_package : taplo
5
- description : ' A TOML toolkit written in Rust'
5
+ description : A TOML toolkit written in Rust
6
6
entry : taplo format
7
7
tool : taplo
8
8
url : https://github.com/tamasfe/taplo
Original file line number Diff line number Diff line change 18
18
- name : Checkout branch
19
19
uses : actions/checkout@v4
20
20
- name : Set up Conda env
21
- uses : mamba-org/setup-micromamba@422500192359a097648154e8db4e39bdb6c6eed7
21
+ uses : mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
22
22
with :
23
23
environment-file : environment.yml
24
24
environment-name : check-env
34
34
echo "pkgname=$pkgname" >> $GITHUB_OUTPUT
35
35
echo "new-version=$new_version" >> $GITHUB_OUTPUT
36
36
fi
37
- - uses : peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e
37
+ - uses : peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
38
38
if : steps.versions.outputs.pkgname
39
39
with :
40
40
commit-message : " Update ${{ steps.versions.outputs.pkgname }} to ${{ steps.versions.outputs.new-version }}"
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- name : Checkout branch
16
16
uses : actions/checkout@v4
17
- with :
18
- ref : ${{ github.head_ref }}
19
17
- name : Run pre-commit-conda
20
18
uses : quantco/pre-commit-conda@v1
21
19
env :
24
22
steps :
25
23
- name : Checkout branch
26
24
uses : actions/checkout@v4
27
- with :
28
- ref : ${{ github.head_ref }}
29
25
- name : Set up Conda env
30
- uses : mamba-org/setup-micromamba@422500192359a097648154e8db4e39bdb6c6eed7
26
+ uses : mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
31
27
with :
32
28
environment-file : environment.yml
33
29
environment-name : test-env
Original file line number Diff line number Diff line change 11
11
actions : write
12
12
steps :
13
13
- uses : actions/checkout@v4
14
- - uses : gautamkrishnar/keepalive-workflow@7fa96d25d8e4c2811d5405d6328111f1ef548246
14
+ - uses : gautamkrishnar/keepalive-workflow@995aec69bb3f2b45b20f4e107907992c8715086d
You can’t perform that action at this time.
0 commit comments