Skip to content

Commit 5b06d96

Browse files
Merge pull request #2405 from nextcloud/dependabot/github_actions/actions/github-script-9.0.0
ci(deps): bump actions/github-script from 8.0.0 to 9.0.0
2 parents 10f504a + 2d997b0 commit 5b06d96

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/block-merge-freeze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Register server reference to fallback to master branch
32-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
32+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3333
with:
3434
github-token: ${{secrets.GITHUB_TOKEN}}
3535
script: |

.github/workflows/composer-auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Get repository from pull request comment
22-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
22+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2323
id: get-repository
2424
with:
2525
github-token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)