Skip to content

Commit 2dfd233

Browse files
Automatic package template update (#223)
Co-authored-by: Cadair <1391051+Cadair@users.noreply.github.com>
1 parent 229efb2 commit 2dfd233

3 files changed

Lines changed: 4 additions & 4 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": "https://github.com/sunpy/package-template",
3-
"commit": "c359c134fbf9e3f11302c2019fb58ac11cf14cdf",
3+
"commit": "e032d71b74bdfc1ab4d62476dd5a82c281b38941",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -32,7 +32,7 @@
3232
".github/workflows/sub_package_update.yml"
3333
],
3434
"_template": "https://github.com/sunpy/package-template",
35-
"_commit": "c359c134fbf9e3f11302c2019fb58ac11cf14cdf"
35+
"_commit": "e032d71b74bdfc1ab4d62476dd5a82c281b38941"
3636
}
3737
},
3838
"directory": null

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
sdist_verify:
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v5
51+
- uses: actions/checkout@v6
5252
- uses: actions/setup-python@v6
5353
with:
5454
python-version: '3.13'

.github/workflows/sub_package_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: true
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626

2727
- uses: actions/setup-python@v6
2828
with:

0 commit comments

Comments
 (0)