diff --git a/.cruft.json b/.cruft.json index 1e2c31fe..44724d4d 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "09c4b023b973d0bbc5704326720f21d3a766bb11", + "commit": "e0e2aa7daee8481747690616356a0f3fa33c177b", "checkout": null, "context": { "cookiecutter": { @@ -32,7 +32,7 @@ ".github/workflows/sub_package_update.yml" ], "_template": "https://github.com/sunpy/package-template", - "_commit": "09c4b023b973d0bbc5704326720f21d3a766bb11" + "_commit": "e0e2aa7daee8481747690616356a0f3fa33c177b" } }, "directory": null diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61734fe7..7d494613 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ on: # │ │ ┌───────── day of the month (1 - 31) # │ │ │ ┌───────── month (1 - 12 or JAN-DEC) # │ │ │ │ ┌───────── day of the week (0 - 6 or SUN-SAT) - - cron: '0 7 * * 1' # Every day at 07:00 UTC + - cron: '0 7 * * 3' # Every Wed at 07:00 UTC concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -64,7 +64,8 @@ jobs: - windows: py311 - macos: py310 - linux: py310-oldestdeps - - linux: py312-devdeps + - linux: py313-devdeps + secrets: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} @@ -85,7 +86,7 @@ jobs: online: if: "!startsWith(github.event.ref, 'refs/tags/v')" needs: [test] - uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main + uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1 with: default_python: '3.12' submodules: false