Skip to content

Commit

Permalink
Merge pull request #13 from a5chin/dependabot/github_actions/eifinger…
Browse files Browse the repository at this point in the history
…/setup-rye-3

chore(github-actions): bump eifinger/setup-rye from 2 to 3
  • Loading branch information
a5chin authored May 14, 2024
2 parents 398b37e + 25f4038 commit 1c6c420
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rye
uses: eifinger/setup-rye@v2
uses: eifinger/setup-rye@v3
with:
enable-cache: true

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rye
uses: eifinger/setup-rye@v2
uses: eifinger/setup-rye@v3
with:
enable-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rye
uses: eifinger/setup-rye@v2
uses: eifinger/setup-rye@v3
with:
enable-cache: true

Expand Down

0 comments on commit 1c6c420

Please sign in to comment.