Skip to content

Commit

Permalink
Merge branch 'main' into upstream/dom-1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman authored Apr 30, 2024
2 parents 2bfe71a + badc9bc commit cb91b60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Check for upstream releases

on: [workflow_dispatch]
on:
schedule:
- cron: '00 16 * * *'
workflow_dispatch: {}

jobs:
check:
Expand Down
4 changes: 2 additions & 2 deletions upstream.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[releases]
core = "1.6.0"
core = "1.6.1"
dom = "1.6.4"
utils = "0.2.1"
utils = "0.2.2"
vue = "1.0.6"

0 comments on commit cb91b60

Please sign in to comment.