Skip to content

Commit

Permalink
Merge pull request #1 from utensil/dependabot/github_actions/extracti…
Browse files Browse the repository at this point in the history
…ons/setup-just-2

Bump extractions/setup-just from 1 to 2
  • Loading branch information
utensil authored Oct 23, 2024
2 parents 77605c2 + 563f6a7 commit ae588f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v4
# with:
# fetch-depth: 2
- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2
with:
just-version: 1.36.0
# - name: Install the stable toolchain
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runpod-monit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2
with:
just-version: 1.36.0
- name: Setup Python
Expand Down

0 comments on commit ae588f3

Please sign in to comment.