Skip to content

Commit abfef5e

Browse files
v2.36.65
1 parent 2efb171 commit abfef5e

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- commits:
2+
- subject: Update actions/checkout action to v6
3+
hash: 3c78b390dc1c5d667f3afb83b8bbd89a71313664
4+
body: |
5+
Update actions/checkout from 5 to 6
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: balena-renovate[bot]
10+
nested: []
11+
version: 2.36.65
12+
title: ""
13+
date: 2025-11-22T01:08:56.482Z
114
- commits:
215
- subject: Update balena-io/balena-cli to v22.5.5
316
hash: f485a475105dcc00fbb6bfc31d96c89609702dba

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## 2.36.65 - 2025-11-22
8+
9+
* Update actions/checkout action to v6 [balena-renovate[bot]]
10+
711
## 2.36.64 - 2025-11-14
812

913
* Update balena-io/balena-cli to v22.5.5 [balena-renovate[bot]]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leviathan",
3-
"version": "2.36.64",
3+
"version": "2.36.65",
44
"scripts": {
55
"lint:fix": "for component in 'core' 'client'; do npm --prefix $component run lint:fix; done",
66
"lint": "for component in 'core' 'client'; do npm --prefix $component run lint; done",
@@ -20,6 +20,6 @@
2020
"homepage": "https://github.com/balena-os/leviathan",
2121
"private": true,
2222
"versionist": {
23-
"publishedAt": "2025-11-14T16:51:03.927Z"
23+
"publishedAt": "2025-11-22T01:08:57.023Z"
2424
}
2525
}

0 commit comments

Comments
 (0)