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 f382428 commit 2e0fe7eCopy full SHA for 2e0fe7e
.github/workflows/bump-version.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v4
23
24
- name: Bump version
25
- uses: actions/github-script@v5
+ uses: actions/github-script@v7
26
with:
27
script: |
28
let response = await github.rest.git.getCommit({
0 commit comments