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 3247918 commit 87dcbbdCopy full SHA for 87dcbbd
.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: "06:00"
8
+ timezone: "America/New_York"
.github/workflows/workflow.yml
@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
name: Lint and Tests
steps:
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
10
- uses: actions/setup-node@v3
11
with:
12
node-version: 18
0 commit comments