Skip to content

Commit cb682d2

Browse files
authored
Merge branch 'develop' into dependabot/npm_and_yarn/npm-prod-minor-patch-c4b0013467
2 parents d620088 + cf338eb commit cb682d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-playground-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- name: Extract PR metadata from artifact name
3535
id: pr-metadata
36-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
36+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3737
with:
3838
script: |
3939
const artifacts = await github.rest.actions.listWorkflowRunArtifacts({

.github/workflows/props-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
format: 'git'
7777

7878
- name: Remove the props-bot label
79-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
79+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
8080
if: ${{ github.event.action == 'labeled' && 'props-bot' == github.event.label.name }}
8181
with:
8282
retries: 2

0 commit comments

Comments
 (0)