From 3d61294d76ae021781b518a6e9116a586cbea921 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Tue, 9 Apr 2024 20:05:27 -0400 Subject: [PATCH] Update Project.toml to 0.10.14 (#1134) * Update to 0.10.14 * Update julia setup action * Add dependabot --- .github/dependabot.yml | 10 ++++++++++ .github/workflows/ci.yml | 2 +- Project.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..8400d254 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + open-pull-requests-limit: 99 + labels: + - "dependencies" + - "github-actions" \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c48f98da..ba3deece 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: steps: - run: git config --global core.autocrlf false - uses: actions/checkout@v4 - - uses: julia-actions/setup-julia@v1 + - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} diff --git a/Project.toml b/Project.toml index 621e2928..6feadd58 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CSV" uuid = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" authors = ["Jacob Quinn "] -version = "0.10.13" +version = "0.10.14" [deps] CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"