Skip to content

Commit 1f59963

Browse files
authored
[CI] Install dependabot and update julia-actions/setup-julia (#60)
[skip ci]
1 parent adfa0fd commit 1f59963

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/" # Location of package manifests
6+
schedule:
7+
interval: "weekly"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
git config --global --add safe.directory "${PWD}"
4747
git status
48-
- uses: julia-actions/setup-julia@v1
48+
- uses: julia-actions/setup-julia@v2
4949
with:
5050
version: ${{ matrix.julia_version }}
5151
- uses: julia-actions/cache@v1

0 commit comments

Comments
 (0)