We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c8bc4 commit 9599f75Copy full SHA for 9599f75
1 file changed
{{ cookiecutter.package_name }}/.github/workflows/sub_package_update.yml
@@ -104,7 +104,7 @@ jobs:
104
issues: write
105
steps:
106
- name: Open an issue if workflow fails
107
- uses: actions/github-script@v7 # zizmor: ignore[unpinned-uses]
+ uses: actions/github-script@v8 # zizmor: ignore[unpinned-uses]
108
with:
109
github-token: ${{ github.token }}
110
# This script is adapted from https://github.com/scientific-python/issue-from-pytest-log-action
0 commit comments