Skip to content

Commit c6c3033

Browse files
Update instance repo from cookiecutter template
1 parent ec1f961 commit c6c3033

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse",
3-
"commit": "c9d52d04e146e655f203624ab4f46df868ec5752",
3+
"commit": "c7e8af32dc5dfa5cde41d1a699268428c88a2385",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -36,7 +36,7 @@
3636
"trim_blocks": true
3737
},
3838
"_template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse",
39-
"_commit": "c9d52d04e146e655f203624ab4f46df868ec5752"
39+
"_commit": "c7e8af32dc5dfa5cde41d1a699268428c88a2385"
4040
}
4141
},
4242
"directory": null

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
package:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
with:
1919
filter: blob:none
2020
fetch-depth: 0

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
filter: blob:none
2121
fetch-depth: 0

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
outputs:
2424
envs: ${{ steps.get-envs.outputs.envs }}
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
filter: blob:none
2929
fetch-depth: 0
@@ -60,7 +60,7 @@ jobs:
6060
continue-on-error: ${{ contains(matrix.env.name, 'pre') }} # make "all-green" pass even if pre-release job fails
6161

6262
steps:
63-
- uses: actions/checkout@v5
63+
- uses: actions/checkout@v6
6464
with:
6565
filter: blob:none
6666
fetch-depth: 0

0 commit comments

Comments
 (0)