Skip to content

Commit ad42699

Browse files
authored
Update GitHub Script action version in workflow
1 parent 4116f9d commit ad42699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-models.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
194194
- name: Close GitHub Issue if all models are up-to-date
195195
if: steps.check_missing.outputs.needs_update == 'false'
196-
uses: actions/github-script@v7
196+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
197197
with:
198198
github-token: ${{ secrets.GITHUB_TOKEN }}
199199
script: |

0 commit comments

Comments
 (0)