From a140c50976ca8d95b93aa19f1103723244d98916 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jun 2023 22:16:17 -0600 Subject: [PATCH] Update actions/checkout action to v3.5.3 (#121) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] Co-authored-by: Tonye Jack --- .github/workflows/rebase.yml | 2 +- .github/workflows/test.yml | 2 +- backups/backup.sql | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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;