Skip to content

Commit

Permalink
Merge branch 'main' into chore/lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszPorowski authored Nov 13, 2023
2 parents f73f129 + b939816 commit 0ec74f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ runs:
using: composite
steps:
- name: Set tool environment
uses: actions/github-script@v6
uses: actions/github-script@v7
id: environment
with:
github-token: ${{ inputs.token || env.GITHUB_TOKEN }}
Expand Down Expand Up @@ -202,7 +202,7 @@ runs:
shell: ${{ (runner.os == 'Windows' && 'pwsh') || 'bash' }}
working-directory: ${{ inputs.working-directory }}

- uses: actions/github-script@v6
- uses: actions/github-script@v7
if: ${{ steps.tool-cache.outputs.cache-hit != 'true' }}
with:
github-token: ${{ inputs.token || env.GITHUB_TOKEN }}
Expand Down Expand Up @@ -238,7 +238,7 @@ runs:
INPUT_MATCHER_PATH: ${{ steps.environment.outputs.matcher-path }}

- name: Install tool dependencies
uses: actions/github-script@v6
uses: actions/github-script@v7
if: ${{ inputs.pyflakes == 'true' || inputs.shellcheck == 'true' }}
id: tool-dependencies
with:
Expand Down Expand Up @@ -303,7 +303,7 @@ runs:
INPUT_PYFLAKES: ${{ inputs.pyflakes }}
INPUT_SHELLCHECK: ${{ inputs.shellcheck }}

- uses: actions/github-script@v6
- uses: actions/github-script@v7
id: tool-runner
with:
github-token: ${{ inputs.token || env.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0ec74f2

Please sign in to comment.