Merge pull request #18658 from docker/dependabot/github_actions/actions/github-script-7

build(deps): bump actions/github-script from 6 to 7
This commit is contained in:
CrazyMax 2023-11-17 00:31:54 -08:00 committed by GitHub
commit 69b44af036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
# name as the data file, but with a .md extension.
name: Copy data files
if: ${{ inputs.data-files-id != '' && inputs.data-files-folder != '' }}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const fs = require('fs');