Skip to content

Commit

Permalink
[ci] Update pregenerate workflow to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek authored Dec 25, 2023
1 parent 1ce617b commit 002888f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/pregenerate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ jobs:
name: "Update"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Fetch all history and metadata
run: |
git fetch --prune --unshallow
git checkout -b pr
git branch -f main origin/main
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 002888f

Please sign in to comment.