Skip to content

Commit 0d0813b

Browse files
chore(deps): update actions/checkout action to v5
1 parent da4cc3e commit 0d0813b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/code-quality.yaml

Lines changed: 2 additions & 2 deletions
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:
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
version: '10.14.0'
4040

41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242

4343
- uses: actions/setup-node@v4
4444
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:

.github/workflows/publish-rc.yaml

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

20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121

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

0 commit comments

Comments
 (0)