diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 6ca74ca..118f034 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -27,7 +27,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 token: ${{ secrets.PERSONAL_TOKEN }} diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index e98fee5..389bf45 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -21,7 +21,7 @@ jobs: python-versions: [ 3.9 ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 token: ${{ secrets.PERSONAL_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8483404..71c8aec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout main repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: path: main_repo fetch-depth: 0