Skip to content

Commit

Permalink
Merge pull request #37 from bioio-devs/dependabot/github_actions/extr…
Browse files Browse the repository at this point in the history
…actions/setup-just-2

ci(dependabot): bump extractions/setup-just from 1 to 2
  • Loading branch information
BrianWhitneyAI committed Mar 1, 2024
2 parents 0223d00 + 8f1cc85 commit 258e160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install Dependencies
Expand All @@ -68,7 +68,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install Dependencies
Expand Down

0 comments on commit 258e160

Please sign in to comment.