Skip to content

Commit

Permalink
update: resolve actions/checkout@v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherbrumm committed Nov 28, 2023
1 parent 8005845 commit 792d72a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:

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

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

0 comments on commit 792d72a

Please sign in to comment.