Skip to content

Commit

Permalink
Merge pull request #15 from KYVENetwork/update/actions-checkout-v3
Browse files Browse the repository at this point in the history
update: resolve actions/checkout@v3.
  • Loading branch information
fabianriewe authored Nov 28, 2023
2 parents a4bd0d0 + 792d72a commit 134db77
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 134db77

Please sign in to comment.