From 1f59963834df7b6d78d5788fe0430ddecb1883ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Mon, 8 Apr 2024 17:26:49 +0100 Subject: [PATCH] [CI] Install dependabot and update `julia-actions/setup-julia` (#60) [skip ci] --- .github/dependabot.yml | 7 +++++++ .github/workflows/ci.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..700707c --- /dev/null +++ b/.github/dependabot.yml @@ -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" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bb8ef4..793a75f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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