Skip to content

Commit

Permalink
chore(ci): update checkout step (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
wheelerlaw authored Mar 7, 2024
1 parent 191fb00 commit d031d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pdf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: needs.get-changed-files.outputs.changed-files == 'true'
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Export resume SVG to PDF
Expand All @@ -56,7 +56,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Bump PDF Version
Expand Down

0 comments on commit d031d29

Please sign in to comment.