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"