Skip to content

Commit

Permalink
update: downgrade actions/checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherbrumm committed Nov 28, 2023
1 parent 3fb1d9a commit 8005845
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ jobs:

steps:
- name: Check out the code
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
token: ${{ secrets.PAT_TOKEN }}

uses: actions/checkout@v2

- name: Install required Python packages
run: pip install -r .github/requirements.txt
Expand Down

0 comments on commit 8005845

Please sign in to comment.