We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a9dfd7 + b690c4f commit c390af7Copy full SHA for c390af7
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
@@ -123,7 +123,7 @@ jobs:
123
LINODE_CLI_OBJ_ACCESS_KEY: ${{ secrets.LINODE_CLI_OBJ_ACCESS_KEY }}
124
LINODE_CLI_OBJ_SECRET_KEY: ${{ secrets.LINODE_CLI_OBJ_SECRET_KEY }}
125
126
- - uses: actions/github-script@v8
+ - uses: actions/github-script@v9
127
id: update-check-run
128
if: ${{ inputs.pull_request_number != '' && fromJson(steps.commit-hash.outputs.data).repository.pullRequest.headRef.target.oid == inputs.sha }}
129
env:
0 commit comments