Skip to content

Commit 944c7fb

Browse files
committed
update github script
1 parent 65f8ae2 commit 944c7fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/snapshotCommit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
repository: ${{ github.event.workflow_run.head_repository.full_name }}
2222

2323
- name: Download Artifacts
24-
uses: actions/github-script@v3.1.0
24+
uses: actions/github-script@v7
2525
with:
2626
script: |
2727
const fs = require('fs');
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Reset Label
6868
if: github.event.workflow_run.event == 'pull_request'
69-
uses: actions/github-script@v3.1.0
69+
uses: actions/github-script@v7
7070
with:
7171
# The workflow_run that comes along with the event drops the PR number for some reason
7272
# so we have to pass the PR number from the original workflow as an artifact

0 commit comments

Comments
 (0)