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 c5ab35e commit 724289cCopy full SHA for 724289c
.github/workflows/dependabot_automerge.yml
@@ -17,7 +17,7 @@ jobs:
17
github-token: "${{ secrets.GITHUB_TOKEN }}"
18
- name: Enable auto-merge for Dependabot PRs
19
if: ${{ steps.metadata.outputs.update-type != 'version-update:semver-major' }}
20
- uses: actions/github-script@v5
+ uses: actions/github-script@v7
21
with:
22
23
script: |
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Checkout
15
16
- name: Create release
- uses: actions/github-script@v6
0 commit comments