Skip to content

Commit

Permalink
[CI] Install dependabot and update julia-actions/setup-julia (#60)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
giordano authored Apr 8, 2024
1 parent adfa0fd commit 1f59963
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
git config --global --add safe.directory "${PWD}"
git status
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.julia_version }}
- uses: julia-actions/cache@v1
Expand Down

0 comments on commit 1f59963

Please sign in to comment.