Skip to content

Commit

Permalink
Merge pull request #27 from auburnsummer/24-cleanup-of-actions-files
Browse files Browse the repository at this point in the history
update setup-python to v4
  • Loading branch information
auburnsummer authored Oct 26, 2022
2 parents c2ae6ba + 751c610 commit 31f90a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: install pypy
id: setup-pypy
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 'pypy-3.8'
cache: 'poetry'
Expand All @@ -56,9 +56,6 @@ jobs:
env:
B2_APPLICATION_KEY: ${{ secrets.B2_APPLICATION_KEY }}
B2_KEY_ID: ${{ secrets.B2_KEY_ID }}

- name: print b2 account info
run: b2 get-account-info

- name: download current db if it exists...
run: b2 download-file-by-name rdsqlite backups/orchard-${{ env.GITHUB_REF_SLUG }}.db orchard.db
Expand Down Expand Up @@ -100,7 +97,7 @@ jobs:

- name: install pypy
id: setup-pypy
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 'pypy-3.8'
cache: 'poetry'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: install pypy
id: setup-pypy
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 'pypy-3.8'
cache: 'poetry'
Expand Down

0 comments on commit 31f90a8

Please sign in to comment.