diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index a432c1b..0c601fd 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -8,7 +8,7 @@ jobs: if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3 with: token: ${{ secrets.PAT_TOKEN }} fetch-depth: 0 # otherwise, you will failed to push refs to dest repo diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index abc338b..0316c1d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3 with: fetch-depth: 0 # otherwise, you will failed to push refs to dest repo persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token diff --git a/backups/backup.sql b/backups/backup.sql index de0261b..e1a95b3 100644 --- a/backups/backup.sql +++ b/backups/backup.sql @@ -3,7 +3,7 @@ -- -- Dumped from database version 9.6.24 --- Dumped by pg_dump version 14.7 (Ubuntu 14.7-1.pgdg22.04+1) +-- Dumped by pg_dump version 14.8 (Ubuntu 14.8-1.pgdg22.04+1) SET statement_timeout = 0; SET lock_timeout = 0;