Skip to content

Commit

Permalink
Merge pull request #14 from KYVENetwork/update/actions-package
Browse files Browse the repository at this point in the history
update: downgrade actions/checkout.
  • Loading branch information
fabianriewe authored Nov 28, 2023
2 parents 3fb1d9a + 8005845 commit a4bd0d0
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 a4bd0d0

Please sign in to comment.