Skip to content

Commit

Permalink
Merge pull request #18658 from docker/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/github-script-7

build(deps): bump actions/github-script from 6 to 7
  • Loading branch information
crazy-max authored Nov 17, 2023
2 parents bf958ab + 12e7626 commit 69b44af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 69b44af

Please sign in to comment.