Skip to content

Commit

Permalink
Update workflow to use latest versions of Actions (#131)
Browse files Browse the repository at this point in the history
* Update workflow

* Update dependabot.yml
  • Loading branch information
thsaravana authored Sep 8, 2024
1 parent 613b5d4 commit cae93f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ updates:
schedule:
interval: 'weekly'
open-pull-requests-limit: 10

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20

- name: Install
run: |
Expand Down

0 comments on commit cae93f6

Please sign in to comment.