Skip to content

Commit

Permalink
Bump defaults to latest versions all around.
Browse files Browse the repository at this point in the history
Also remove mdbook-linkcheck. lychee is a more general and flexible
solution.
  • Loading branch information
joaander committed Oct 4, 2024
1 parent 9e9ed25 commit 5f59e7f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,3 @@ To automatically update conda lock files monthly:
with:
branch: <name of default branch>
```

14 changes: 0 additions & 14 deletions setup-mdbook/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion setup-row/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup-uv/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f59e7f

Please sign in to comment.