Skip to content

Releases: opensafely-core/setup-action

v1.6.1

Choose a tag to compare

@alarthast alarthast released this 17 Sep 15:04
5b3030f

What's Changed

Full Changelog: v1...v1.6.1

v1.6.0

Choose a tag to compare

@alarthast alarthast released this 17 Sep 09:00
39f95fa

What's Changed

New Contributors

Full Changelog: v1...v1.6.0

v1.5.0

Choose a tag to compare

@suzannehamilton suzannehamilton released this 08 Aug 08:45
823ee19

What's Changed

Optional dependency caching

By default, setup-action assumes that your project is using pip for package management, so it uses the pip dependency cache.

The pip cache is incompatible with uv projects, so you can set cache: null to skip the cache:

    steps:
      - uses: "opensafely-core/setup-action@v1"
        with:
          cache: null

New Contributors

Full Changelog: v1...v1.5.0

v1.4.0

Choose a tag to compare

@rw251 rw251 released this 22 May 13:54
ce4801f

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

Choose a tag to compare

@StevenMaude StevenMaude released this 30 Jan 12:24
f750b90

Note

v1.2.0 was tagged, but not released.

This release prevents the "Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4." warning in GitHub Actions.

What's Changed

v1.1.0

Choose a tag to compare

@StevenMaude StevenMaude released this 11 Jan 15:13
bf617d3

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@StevenMaude StevenMaude released this 11 Jan 15:12
7dd5e19

What's Changed

New Contributors

  • @lucyb made their first contribution in #1

Full Changelog: https://github.com/opensafely-core/setup-action/commits/v1.0.0