Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Apr 9, 2024
1 parent 8d7e44b commit c68a457
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
- name: Install dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-css-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Update Dependencies
on:
workflow_dispatch:
schedule:
- cron: "0 6 * * MON" # every monday at midnight
- cron: "0 0 1 * *" # every 1st of the month
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
- name: Update parser
Expand Down

0 comments on commit c68a457

Please sign in to comment.