Skip to content

Commit

Permalink
Merge pull request #20 from reload/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…github-script-7
  • Loading branch information
dependabot[bot] authored Jan 12, 2024
2 parents 1a67922 + 56440e7 commit 54a967c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Major version tag
id: major-version
if: ${{ (steps.version.outputs.new_tag != '') }}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.setOutput('tag', '${{ steps.version.outputs.new_tag }}'.split('.')[0])
Expand Down
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ runs:
uses: reviewdog/action-setup@v1
with:
reviewdog_version: latest
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ inputs.github_token }}

- name: ESLint
shell: bash
Expand Down

0 comments on commit 54a967c

Please sign in to comment.