We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613b5d4 commit cae93f6Copy full SHA for cae93f6
.github/dependabot.yml
@@ -5,3 +5,8 @@ updates:
5
schedule:
6
interval: 'weekly'
7
open-pull-requests-limit: 10
8
+
9
+ - package-ecosystem: 'github-actions'
10
+ directory: '/'
11
+ schedule:
12
+ interval: 'weekly'
.github/workflows/check.yml
@@ -14,12 +14,12 @@ jobs:
14
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
18
19
- name: Setup Node.js
20
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
21
with:
22
- node-version: 16
+ node-version: 20
23
24
- name: Install
25
run: |
0 commit comments