Skip to content

v1.2.0 🌈 Automatically validate checksums of downloaded rye binaries

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 09:33
· 130 commits to refs/heads/main since this release

This action now automatically validates the checksum of the downloaded rye binary thus providing a new level of security.

Supported versions are currently 0.12.0 and 0.13.0.

Until now you had to provide the checksum by yourself:

- name: Install a specific version and validate the checksum
  uses: eifinger/setup-rye@v1
  with:
    version: '0.12.0'
    checksum: 'c48d850e90649d868d512f60af67c74aa844d80f951fdb38589220662e709da7'

This option is still available and can be used should this action struggle to add known checksums for new rye releases in the future.

✨ New features

📚 Documentation

⬆️ Dependency updates

  • chore(deps): bump actions/checkout from 3 to 4 @dependabot (#59)
  • chore(deps-dev): bump prettier from 3.0.1 to 3.0.2 @dependabot (#44)
  • chore(deps-dev): bump @types/node from 20.4.8 to 20.5.0 @dependabot (#43)
  • chore(deps-dev): bump eslint from 8.46.0 to 8.47.0 @dependabot (#42)
  • chore: bump versions @eifinger (#39)
  • chore(deps-dev): bump prettier from 3.0.0 to 3.0.1 @dependabot (#35)
  • chore(deps-dev): bump eslint-plugin-jest from 27.2.1 to 27.2.3 @dependabot (#33)
  • chore(deps-dev): bump jest from 29.5.0 to 29.6.2 @dependabot (#32)
  • chore(deps-dev): bump @typescript-eslint/parser from 5.59.2 to 5.62.0 @dependabot (#30)