From 320b5d31f8b24ea35df5bc71fbade8982f6ab25a Mon Sep 17 00:00:00 2001 From: sam bacha Date: Fri, 20 Jan 2023 18:48:41 -0800 Subject: [PATCH] update workflow --- .github/workflows/generate-lists.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-lists.yml b/.github/workflows/generate-lists.yml index 0115e00..c690e16 100644 --- a/.github/workflows/generate-lists.yml +++ b/.github/workflows/generate-lists.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token fetch-depth: 0 # otherwise, you will failed to push refs to dest repo @@ -78,7 +78,7 @@ jobs: branch: ${{ steps.date.outputs.date }} force: true - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: HandleIfFailure if: failure() uses: JasonEtco/create-an-issue@v2