Skip to content

Commit bbea5e2

Browse files
committed
bump github-script
1 parent 7aecdfc commit bbea5e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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": "93c8bc491584f214226a039a35d0cbebe305cd31",
3+
"commit": "9599f755e4f7880fe20f0f07bbf500d8c41de34d",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -33,7 +33,7 @@
3333
".github/workflows/sub_package_update.yml"
3434
],
3535
"_template": "https://github.com/sunpy/package-template",
36-
"_commit": "93c8bc491584f214226a039a35d0cbebe305cd31"
36+
"_commit": "9599f755e4f7880fe20f0f07bbf500d8c41de34d"
3737
}
3838
},
3939
"directory": null

.github/workflows/sub_package_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
issues: write
106106
steps:
107107
- name: Open an issue if workflow fails
108-
uses: actions/github-script@v7 # zizmor: ignore[unpinned-uses]
108+
uses: actions/github-script@v8 # zizmor: ignore[unpinned-uses]
109109
with:
110110
github-token: ${{ github.token }}
111111
# This script is adapted from https://github.com/scientific-python/issue-from-pytest-log-action

0 commit comments

Comments
 (0)