Skip to content

Commit 4750bc5

Browse files
authored
Merge pull request #23364 from docker/dependabot/github_actions/actions/github-script-8
build(deps): bump actions/github-script from 7 to 8
2 parents 167c4fa + df15e43 commit 4750bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# that folder. If not, create a placeholder stub file for the data file.
5252
name: Copy data files
5353
if: ${{ inputs.data-files-id != '' && inputs.data-files-folder != '' }}
54-
uses: actions/github-script@v7
54+
uses: actions/github-script@v8
5555
with:
5656
script: |
5757
const fs = require('fs');

0 commit comments

Comments
 (0)