Skip to content

Commit 4fefa4d

Browse files
authored
ci: use latest version of CompatHelper
1 parent 23f8d25 commit 4fefa4d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/compat.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
paths:
88
- "**Project.toml"
99
schedule:
10-
- cron: 0 0 * * *
10+
- cron: 12 20 * * *
1111
workflow_dispatch:
1212

1313
jobs:
@@ -19,8 +19,7 @@ jobs:
1919
import Pkg
2020
name = "CompatHelper"
2121
uuid = "aa819f21-2bde-4658-8897-bab36330d9b7"
22-
version = "2"
23-
Pkg.add(; name, uuid, version)
22+
Pkg.add(; name, uuid)
2423
shell: julia --color=yes {0}
2524
- name: "Run CompatHelper"
2625
run: |

0 commit comments

Comments
 (0)