Skip to content

Commit

Permalink
update the default action
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantikabanik committed Jun 13, 2024
1 parent 3116ed1 commit 1af61f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_wily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v5
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.13.0
python-version: 3.10
- name: Install Wily
run: pip install wily==1.20.0
- name: Build cache and diff
Expand Down

0 comments on commit 1af61f6

Please sign in to comment.