From 452f9349f91654c6ac85f7f010a7ca4b387bd476 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Sun, 29 Sep 2024 15:51:41 +0300 Subject: [PATCH] Fix `from database` column in dataframe to align with first item of `from key`. --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4d3307e..19945dc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,9 +36,9 @@ jobs: needs: clean steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install python version - uses: gabrielfalcao/pyenv-action@v13 + uses: gabrielfalcao/pyenv-action@v18 with: default: 3.10.6 command: pip install -U pip # upgrade pip after installing python @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install pypa/build run: >- python -m