Skip to content

Commit ea99251

Browse files
authored
Merge pull request #84 from rajbos/rajbos-patch-1
Update GitHub Script action version in workflow
2 parents 978564b + ad42699 commit ea99251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)