Skip to content

Commit c66396d

Browse files
committed
2 parents ab6b583 + 75d7dd9 commit c66396d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/TagBot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: TagBot
2+
on:
3+
schedule:
4+
- cron: 0 * * * *
5+
jobs:
6+
TagBot:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: JuliaRegistries/TagBot@v1
10+
with:
11+
token: ${{ secrets.GITHUB_TOKEN }}

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ QuasiArrays = "c4ea9172-b204-11e9-377d-29865faadc5c"
1414
[compat]
1515
BandedMatrices = "0.14.2"
1616
FillArrays = "0.8.2"
17-
IntervalSets = "0.3.2"
17+
IntervalSets = "0.3.2, 0.4"
1818
LazyArrays = "0.14.11, 0.15"
1919
QuasiArrays = "0.1.1, 0.2"
2020
julia = "1.3"

0 commit comments

Comments
 (0)