Skip to content

Error with default "jekyll.yml" GitHub Actions starter workflow #96

@evanwill

Description

@evanwill

This issue to for people looking for information about build errors they may be getting from GitHub actions as of January 2025+.

The default "jekyll.yml" starter workflow in existing projects is broken!
Due to changes in the ubuntu-latest image, the GitHub Action will end up with errors in existing repositories. Note that we do not maintain the "jekyll.yml" or GitHub Actions so can not directly fix the default starter workflow.

To fix it in your project, edit the file ".github/workflows/jekyll.yml" in your repository.
On line 37, replace:
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
with:
uses: ruby/setup-ruby@v1.207.0

This should fix the error!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions