Closed axel7083 closed 3 weeks ago
Same error on ubuntu-24.04
. Following.
Current fix: reverting to 22.04
.
Same error on
ubuntu-24.04
. Following.Current fix: reverting to
22.04
.
👍 It also works for me after rollback to the ubuntu 22.04
This workaround allows staying on 24.04:
name: reviewdog
on: [pull_request]
jobs:
vale:
name: runner / vale
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- run: |
venv="$HOME/.local/share/venv"
python3 -m venv "$venv"
echo "$venv/bin" >> $GITHUB_PATH
- uses: errata-ai/vale-action@reviewdog
For what it's worth, GitHub is rolling out an update of ubuntu-latest
to refer to 24.04. This is happening in stages, so not everyone sees it at the same time. Quoting https://github.blog/changelog/2024-09-25-actions-new-images-and-ubuntu-latest-changes/
The ubuntu-latest label will migrate to Ubuntu 24 over the course of the next month, beginning September 23rd and finishing on October 30th. During migration, you can determine if your job has migrated by viewing the “Runner Image” information in the “Set up job” step of your Actions logs.
Users who follow the usage example in README will run into this problem more and more.
These dependencies are only required in certain cases (using reStructuredText or AsciiDoc) and rarely together, so I think in the next release I will stop installing them.
This means that users of those formats will have to install one on their own, but this is already true for DITA.
When using the latest version we are getting the following
workflow file