dependabot[bot] 365134329e build(deps): bump the crazy-max-dot-github group with 3 updates
Bumps the crazy-max-dot-github group with 3 updates: [crazy-max/.github/.github/workflows/releases-json.yml](https://github.com/crazy-max/.github), [crazy-max/.github/.github/workflows/pr-assign-author.yml](https://github.com/crazy-max/.github) and [crazy-max/.github/.github/workflows/zizmor.yml](https://github.com/crazy-max/.github).


Updates `crazy-max/.github/.github/workflows/releases-json.yml` from 1.1.0 to 1.3.0
- [Release notes](https://github.com/crazy-max/.github/releases)
- [Commits](20ef82212d...bb328ea508)

Updates `crazy-max/.github/.github/workflows/pr-assign-author.yml` from 1.1.0 to 1.3.0
- [Release notes](https://github.com/crazy-max/.github/releases)
- [Commits](20ef82212d...bb328ea508)

Updates `crazy-max/.github/.github/workflows/zizmor.yml` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/crazy-max/.github/releases)
- [Commits](bbd31df64e...bb328ea508)

---
updated-dependencies:
- dependency-name: crazy-max/.github/.github/workflows/releases-json.yml
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crazy-max-dot-github
- dependency-name: crazy-max/.github/.github/workflows/pr-assign-author.yml
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crazy-max-dot-github
- dependency-name: crazy-max/.github/.github/workflows/zizmor.yml
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crazy-max-dot-github
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-30 23:08:03 +00:00
2023-01-30 03:22:04 +01:00
2023-01-17 12:07:05 +01:00
2026-02-27 10:28:56 +01:00
2025-08-06 12:41:29 +02:00
2023-01-17 12:08:13 +01:00
2023-01-17 12:01:18 +01:00
2025-01-28 09:54:45 +01:00
2026-02-27 01:45:08 +01:00

Version Downloads Build workflow Test workflow Validate workflow Codecov

Actions Toolkit

Toolkit for Docker (GitHub) Actions.

🧪 Experimental

This repository is considered EXPERIMENTAL and under active development until further notice. It is subject to non-backward compatible changes or removal in any future version.

About

This repository contains the source code for the toolkit that is consumed as a library by most of our GitHub Actions:

This toolkit provides some utilities and common logic when developing GitHub Actions and also acts as a minimal wrapper around our build tooling such as Buildx and BuildKit and provides an easier API for interacting with them.

Installation

$ npm install @docker/actions-toolkit

Usage

const { Toolkit } = require('@docker/actions-toolkit/lib/toolkit')
const toolkit = new Toolkit()

Contributing

Want to contribute to the Actions Toolkit? Awesome! You can find information about contributing to this project in the CONTRIBUTING.md

Description
Mirror of github.com/actions/actions-toolkit
Readme 7.2 MiB
Languages
TypeScript 96.3%
HCL 1.7%
Dockerfile 1.2%
JavaScript 0.8%