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.
2 parents 511ded7 + ab31a56 commit 0ef900dCopy full SHA for 0ef900d
.github/dependabot.yml
@@ -7,3 +7,8 @@ updates:
7
# Check the npm registry for updates every day (weekdays)
8
schedule:
9
interval: "daily"
10
+ # Enable version updates for GitHub Actions
11
+ - package-ecosystem: "github-actions"
12
+ directory: "/"
13
+ schedule:
14
+ interval: "weekly"
.github/workflows/test.yml
@@ -29,10 +29,10 @@ jobs:
29
30
steps:
31
- name: Checkout
32
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
33
34
- name: Setup node
35
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
36
with:
37
node-version: ${{ matrix.node-version }}
38
cache: 'npm'
0 commit comments