Skip to content

Commit 380ff56

Browse files
Update actions/checkout action to v7
Generated by renovateBot
1 parent f6240dd commit 380ff56

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/eslint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818

1919
- name: Setup Node.js
2020
uses: actions/setup-node@v6

.github/workflows/tsc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818

1919
- name: Setup Node.js
2020
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)