From 5f59e7f5fe73edf7bbe61b1c49d409f13387a8a8 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Fri, 4 Oct 2024 09:07:51 -0400 Subject: [PATCH] Bump defaults to latest versions all around. Also remove mdbook-linkcheck. lychee is a more general and flexible solution. --- .pre-commit-config.yaml | 4 ++-- README.md | 1 - setup-mdbook/action.yaml | 14 -------------- setup-row/action.yaml | 2 +- setup-uv/action.yaml | 2 +- 5 files changed, 4 insertions(+), 19 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 22ccc35..4193148 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.5.0' + rev: 'v4.6.0' hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -15,6 +15,6 @@ repos: - id: check-case-conflict - id: mixed-line-ending - repo: https://github.com/crate-ci/typos - rev: v1.21.0 + rev: v1.25.0 hooks: - id: typos diff --git a/README.md b/README.md index 0514497..9a0be97 100644 --- a/README.md +++ b/README.md @@ -124,4 +124,3 @@ To automatically update conda lock files monthly: with: branch: ``` - diff --git a/setup-mdbook/action.yaml b/setup-mdbook/action.yaml index 28998df..5f2daf1 100644 --- a/setup-mdbook/action.yaml +++ b/setup-mdbook/action.yaml @@ -6,14 +6,6 @@ inputs: description: 'mdbook version to install.' required: false default: '0.4.40' - linkcheck: - description: 'Whether to install mdbook-linkcheck.' - required: false - default: 'true' - linkcheck_version: - description: 'mdbook-linkcheck version to install.' - required: false - default: '0.7.7' platform: description: 'Download executables for the given platform.' required: false @@ -27,9 +19,3 @@ runs: mkdir -p "$HOME/.cargo/bin" curl -sSL "https://github.com/rust-lang/mdBook/releases/download/v${{ inputs.mdbook_version }}/mdbook-v${{ inputs.mdbook_version }}-${{ inputs.platform }}.tar.gz" | tar -xvz --directory "$HOME/.cargo/bin" shell: bash - - name: Install mdbook-linkcheck - run: | - curl -sSL "https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases/download/v${{ inputs.linkcheck_version }}/mdbook-linkcheck.${{ inputs.platform }}.zip" -o mdbook-linkcheck.zip - unzip mdbook-linkcheck.zip -d "$HOME/.cargo/bin" - chmod a+x "$HOME/.cargo/bin/mdbook-linkcheck" - shell: bash diff --git a/setup-row/action.yaml b/setup-row/action.yaml index 27f788c..69b485c 100644 --- a/setup-row/action.yaml +++ b/setup-row/action.yaml @@ -5,7 +5,7 @@ inputs: version: description: 'row version to install.' required: false - default: '0.3.0' + default: '0.3.1' platform: description: 'Download executables for the given platform.' required: false diff --git a/setup-uv/action.yaml b/setup-uv/action.yaml index 8c8258f..7f6ed66 100644 --- a/setup-uv/action.yaml +++ b/setup-uv/action.yaml @@ -5,7 +5,7 @@ inputs: version: description: 'uv version to install.' required: false - default: '0.3.0' + default: '0.4.18' lockfile: description: 'Packages to install.' required: false