We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24ab792 + 5205a9a commit d7f3993Copy full SHA for d7f3993
2 files changed
.github/workflows/docker-build-push.yml
@@ -104,7 +104,7 @@ jobs:
104
fi
105
- name: Check if release already exists
106
if: env.VERSION != ''
107
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
108
id: check-release
109
with:
110
script: |
.github/workflows/update-prs.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- name: Update Pull Requests
23
24
25
26
const opts = github.rest.pulls.list.endpoint.merge({
0 commit comments