Skip to content

Commit 5cd65b4

Browse files
authored
Merge pull request #1262 from input-output-hk/dependabot/github_actions/actions/github-script-7
Bump actions/github-script from 6 to 7
2 parents 2285d91 + 8a62111 commit 5cd65b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Get released workflow run id
2626
id: released-workflow
27-
uses: actions/github-script@v6
27+
uses: actions/github-script@v7
2828
with:
2929
script: |
3030
let res = await github.rest.actions.listWorkflowRuns({
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Get latest workflow run id
4040
id: latest-workflow
41-
uses: actions/github-script@v6
41+
uses: actions/github-script@v7
4242
with:
4343
script: |
4444
let res = await github.rest.actions.listWorkflowRuns({

0 commit comments

Comments
 (0)