Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.6.25"
".": "1.6.26"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.6.26](https://github.com/streetsidesoftware/actions/compare/v1.6.25...v1.6.26) (2026-04-08)


### Updates and Bug Fixes

* bump actions/create-github-app-token from 2.2.1 to 3.0.0 in /.github/actions/github-app-token in the action-dependencies-version group across 1 directory ([#393](https://github.com/streetsidesoftware/actions/issues/393)) ([0b3f93f](https://github.com/streetsidesoftware/actions/commit/0b3f93fcb839bcc3e5b6e3ab935f0bbe2f1d2919))
* bump actions/setup-node from 6.2.0 to 6.3.0 in /public/setup-node-pnpm in the action-dependencies-version group across 1 directory ([#386](https://github.com/streetsidesoftware/actions/issues/386)) ([bb8007c](https://github.com/streetsidesoftware/actions/commit/bb8007c5d7f329cf8499850b16b210b26aa480e4))
* bump pnpm/action-setup from 4.2.0 to 4.3.0 in /public/setup-node-pnpm in the action-dependencies-version group across 1 directory ([#388](https://github.com/streetsidesoftware/actions/issues/388)) ([41f5011](https://github.com/streetsidesoftware/actions/commit/41f501192f7ee927e7ed65ebac9daf65921c8105))
* bump pnpm/action-setup from 4.3.0 to 4.4.0 in /public/setup-node-pnpm in the action-dependencies-version group across 1 directory ([#392](https://github.com/streetsidesoftware/actions/issues/392)) ([8094594](https://github.com/streetsidesoftware/actions/commit/8094594c773cbd03111454e13e07284accd744ee))

## [1.6.25](https://github.com/streetsidesoftware/actions/compare/v1.6.24...v1.6.25) (2026-02-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "actions",
"version": "1.6.25",
"version": "1.6.26",
"description": "Collection of actions for GitHub Workflows",
"private": true,
"packageManager": "pnpm@10.29.2+sha512.bef43fa759d91fd2da4b319a5a0d13ef7a45bb985a3d7342058470f9d2051a3ba8674e629672654686ef9443ad13a82da2beb9eeb3e0221c87b8154fff9d74b8",
Expand Down