Skip to content

Commit 493eef4

Browse files
v2.0.91
1 parent 15680c4 commit 493eef4

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

.versionbot/CHANGELOG.yml

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: Lock file maintenance
3+
hash: 692564f13f22b89b86612b166e0d737c7611b925
4+
body: |
5+
Update
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: balena-renovate[bot]
10+
version: 2.0.91
11+
title: ""
12+
date: 2025-01-06T18:39:27.773Z
113
- commits:
214
- subject: Update dependency mocha to v11
315
hash: 02e04f41ed2b77aabfa028cfe44109d530041439

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## v2.0.91 - 2025-01-06
8+
9+
* Lock file maintenance [balena-renovate[bot]]
10+
711
## v2.0.90 - 2025-01-06
812

913
* Update dependency mocha to v11 [balena-renovate[bot]]

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ outputs:
7474
description: Version of the release built
7575
runs:
7676
using: docker
77-
image: docker://ghcr.io/balena-io/deploy-to-balena-action:v2.0.90
77+
image: docker://ghcr.io/balena-io/deploy-to-balena-action:v2.0.91
7878
env:
7979
BALENA_TOKEN: ${{ inputs.balena_token }}
8080
BALENA_URL: ${{ inputs.environment }}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deploy-to-balena-action",
3-
"version": "2.0.90",
3+
"version": "2.0.91",
44
"description": "Github action to build releases for a fleet",
55
"homepage": "https://github.com/balena-io/deploy-to-balena-action",
66
"private": true,

0 commit comments

Comments
 (0)