Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit fd3ac72

Browse files
chore(deps): update actions/checkout action to v4
1 parent 2fe36a7 commit fd3ac72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
commitlint:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 0
1313
- uses: wagoid/commitlint-github-action@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717
- name: Release

0 commit comments

Comments
 (0)