Skip to content

Commit

Permalink
build(deps): actions/github-script from 6 to 7 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and cdcabrera committed Jan 6, 2024
1 parent a428701 commit 6b0642b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Lint
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const actionCommit = require(`${process.env.GITHUB_WORKSPACE}/scripts/actions.commit.js`)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo 'EOF' >> $GITHUB_ENV
- name: Lint
if: ${{ success() }}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const actionCommit = require(`${process.env.GITHUB_WORKSPACE}/scripts/actions.documentation.js`)
Expand Down

0 comments on commit 6b0642b

Please sign in to comment.