Skip to content

Commit

Permalink
ci: upgrade checkout action to v4 in release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Dec 14, 2023
1 parent 4d151c5 commit 9dedfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-ci.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 9dedfcf

Please sign in to comment.