Skip to content

Commit e937b24

Browse files
committed
chore: bump version to 2.4.0
1 parent dbe76ee commit e937b24

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132174,7 +132174,7 @@ async function upsertPrTraceComment(context, octokit, input) {
132174132174
});
132175132175
}
132176132176

132177-
var version = "2.0.0";
132177+
var version = "2.4.0";
132178132178

132179132179
function isOctokitError(err) {
132180132180
return err instanceof RequestError;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "@groundcover-com/groundcover-github-action",
44
"type": "module",
5-
"version": "2.0.0",
5+
"version": "2.4.0",
66
"description": "Export GitHub Actions workflow runs as OpenTelemetry traces to groundcover",
77
"scripts": {
88
"lint": "eslint src/",

0 commit comments

Comments
 (0)