From 3bc06c411dd9b7b8b8ba1966efa10b1bc76f8e94 Mon Sep 17 00:00:00 2001 From: auburnsummer <37142182+auburnsummer@users.noreply.github.com> Date: Wed, 26 Oct 2022 18:30:56 +1000 Subject: [PATCH 1/2] v4 --- .github/workflows/main.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 72f7271..8c480ad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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' @@ -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 @@ -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' From 751c610cac204b996e86df814b8e9370f7f72109 Mon Sep 17 00:00:00 2001 From: auburnsummer <37142182+auburnsummer@users.noreply.github.com> Date: Wed, 26 Oct 2022 23:24:19 +1000 Subject: [PATCH 2/2] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e98aa79..906e3ac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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'