snapshot-save
Version updated for https://github.com/WarpBuilds/snapshot-save to version v1.1.3.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
WarpSnapshot is a GitHub Action designed to create reusable snapshots of runner virtual machines (VMs) during workflows, enabling faster subsequent runs by restoring the runner’s state from the snapshot. It automates the process of capturing, managing, and conditionally utilizing these snapshots, which helps optimize build and test pipelines by reducing redundant setup steps. Key features include snapshot aliasing for easy identification, configurable timeout settings, and the ability to dynamically choose between standard and snapshot-based runners based on workflow conditions.
Release notes
What’s Changed
- Bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in https://github.com/WarpBuilds/snapshot-save/pull/57
- fix: update vulnerable dependencies (undici, minimatch) by @guptaankit015 in https://github.com/WarpBuilds/snapshot-save/pull/68
Full Changelog: https://github.com/WarpBuilds/snapshot-save/compare/v1...v1.1.3