Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
the-praxs committed Nov 8, 2024
1 parent 18670b9 commit 46b0132
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update-prices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v3
with:
python-version: '3.x'
cache: 'pip'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 46b0132

Please sign in to comment.