Skip to content

Commit

Permalink
build: Update actions/checkout to v4 in production workflow's setup s…
Browse files Browse the repository at this point in the history
…tep (#101)
  • Loading branch information
y3owk1n authored Apr 20, 2024
1 parent 5dd1e3a commit a2801a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production-by-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: [20.x]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 2

Expand Down

0 comments on commit a2801a2

Please sign in to comment.