Skip to content

Commit

Permalink
Update package.yml
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.
  • Loading branch information
gulskr authored Feb 1, 2024
1 parent 2071ebe commit 09f3138
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 09f3138

Please sign in to comment.