Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

chore(deps): update actions/checkout action to v3 #8

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update actions/checkout action to v3
bgdeploybot committed Feb 5, 2024
commit f51e7a3d2b13cd65c54515de13495dcc93d43e8f
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
name: "Commit Message Check"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 10