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 11f9fbb commit 6620512Copy full SHA for 6620512
.github/workflows/docker-build-push.yml
@@ -95,7 +95,7 @@ jobs:
95
fi
96
- name: Check if release already exists
97
if: env.VERSION != ''
98
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
+ uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
99
id: check-release
100
with:
101
script: |
.github/workflows/update-prs.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Update Pull Requests
20
21
22
23
const opts = github.rest.pulls.list.endpoint.merge({
0 commit comments