Skip to content

Commit cae93f6

Browse files
authored
Update workflow to use latest versions of Actions (#131)
* Update workflow * Update dependabot.yml
1 parent 613b5d4 commit cae93f6

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ updates:
55
schedule:
66
interval: 'weekly'
77
open-pull-requests-limit: 10
8+
9+
- package-ecosystem: 'github-actions'
10+
directory: '/'
11+
schedule:
12+
interval: 'weekly'

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- name: Setup Node.js
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
22-
node-version: 16
22+
node-version: 20
2323

2424
- name: Install
2525
run: |

0 commit comments

Comments
 (0)