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 2ee7f4d commit d3d8193Copy full SHA for d3d8193
.github/dependabot.yml
@@ -0,0 +1,8 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: github-actions
4
+ directory: /
5
+ schedule:
6
+ interval: weekly
7
+ time: "04:00"
8
+ timezone: "America/New_York"
.github/workflows/ci.yml
@@ -8,9 +8,9 @@ jobs:
9
steps:
10
- name: Checkout code
11
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
12
13
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
14
with:
15
node-version: 20
16
cache: 'yarn'
.github/workflows/dist.yml
@@ -13,9 +13,9 @@ jobs:
17
18
19
20
21
0 commit comments