Skip to content

Commit

Permalink
Update package.yml (#996)
Browse files Browse the repository at this point in the history
Changing the checkout v3 to v4, it is basically a fix which was causing the deprecated issue.

Co-authored-by: Tim Finnigan <[email protected]>
Co-authored-by: Tom Keller <[email protected]>
  • Loading branch information
3 people committed Feb 16, 2024
1 parent 72072f2 commit 5393920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.ref_name }}
Expand Down

0 comments on commit 5393920

Please sign in to comment.