From e9204f4b8710be038155d13ab458c0a1f22eed2a Mon Sep 17 00:00:00 2001 From: nabobalis <1392107+nabobalis@users.noreply.github.com> Date: Mon, 8 Dec 2025 07:06:55 +0000 Subject: [PATCH] Automatic package template update --- .cruft.json | 4 ++-- .github/workflows/ci.yml | 2 +- .github/workflows/sub_package_update.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.cruft.json b/.cruft.json index b4062f9..31f4149 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "c359c134fbf9e3f11302c2019fb58ac11cf14cdf", + "commit": "e032d71b74bdfc1ab4d62476dd5a82c281b38941", "checkout": null, "context": { "cookiecutter": { @@ -32,7 +32,7 @@ ".github/workflows/sub_package_update.yml" ], "_template": "https://github.com/sunpy/package-template", - "_commit": "c359c134fbf9e3f11302c2019fb58ac11cf14cdf" + "_commit": "e032d71b74bdfc1ab4d62476dd5a82c281b38941" } }, "directory": null diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a44ec63..d3ea085 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: sdist_verify: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-python@v6 with: python-version: '3.13' diff --git a/.github/workflows/sub_package_update.yml b/.github/workflows/sub_package_update.yml index 71bf5b9..60649ec 100644 --- a/.github/workflows/sub_package_update.yml +++ b/.github/workflows/sub_package_update.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: true steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-python@v6 with: