We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3128387 + b690c4f commit 895d507Copy full SHA for 895d507
2 files changed
.github/workflows/clean-release-notes.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Remove ticket prefixes from release notes
15
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
16
with:
17
script: |
18
const release = context.payload.release;
.github/workflows/e2e-test-pr.yml
@@ -131,7 +131,7 @@ jobs:
131
LINODE_CLI_OBJ_ACCESS_KEY: ${{ secrets.LINODE_CLI_OBJ_ACCESS_KEY }}
132
LINODE_CLI_OBJ_SECRET_KEY: ${{ secrets.LINODE_CLI_OBJ_SECRET_KEY }}
133
134
- - uses: actions/github-script@v8
+ - uses: actions/github-script@v9
135
id: update-check-run
136
if: ${{ inputs.pull_request_number != '' && fromJson(steps.commit-hash.outputs.data).repository.pullRequest.headRef.target.oid == inputs.sha }}
137
env:
0 commit comments