Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oldsj committed May 3, 2023
1 parent 86fb299 commit a784e73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:

- name: install just, if required
if: inputs.type == 'just'
uses: extractions/setup-just@69d82fb0233557aec017ef13706851d0694e0f1d # pin@v1.6.0
with:
just-version: '1.13.0'
uses: extractions/setup-just@69d82fb0233557aec017ef13706851d0694e0f1d #pin@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: install dependencies with make, if required
if: inputs.type == 'make'
Expand All @@ -37,7 +37,7 @@ jobs:
run: just dev

- name: trunk check
uses: trunk-io/trunk-action@9cf65e08e822e9842fd9ef7ed2a2bd9092de0986 # pin@v1
uses: trunk-io/trunk-action@4f077db8a20117a021b787adbf62729ae143c19e # pin@v1.0.8
with:
check-mode: ${{ inputs.trunk-check-mode }}
arguments: ${{ inputs.trunk-arguments }}
Expand Down

0 comments on commit a784e73

Please sign in to comment.