mirror of https://github.com/docker/docs.git
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:
commit
69b44af036
|
@ -44,7 +44,7 @@ jobs:
|
||||||
# name as the data file, but with a .md extension.
|
# name as the data file, but with a .md extension.
|
||||||
name: Copy data files
|
name: Copy data files
|
||||||
if: ${{ inputs.data-files-id != '' && inputs.data-files-folder != '' }}
|
if: ${{ inputs.data-files-id != '' && inputs.data-files-folder != '' }}
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
|
|
Loading…
Reference in New Issue