Skip to content

Commit

Permalink
chore(deps): update extractions/setup-just action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent c0bac90 commit 27208d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
distribution: 'temurin'
java-version: 21
- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2
with:
just-version: 1.30.1
- name: Build mirror
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/just.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2
with:
just-version: ${{ matrix.just-version }}
name: Install toolchain
Expand Down

0 comments on commit 27208d4

Please sign in to comment.