Skip to content

Commit b0203a7

Browse files
chore(deps): update actions/checkout action to v5
1 parent ef5f411 commit b0203a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
version: '10.14.0'
1818

19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020

2121
- uses: actions/setup-node@v4
2222
with:

.github/workflows/publish-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
version: '10.14.0'
1717

18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
- uses: actions/setup-node@v4
2121
with:

.github/workflows/publish-latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
version: '10.14.0'
1616

17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- uses: actions/setup-node@v4
2020
with:

0 commit comments

Comments
 (0)