From f68c05e6d742c478c47458d933d5a6791fc957bb Mon Sep 17 00:00:00 2001 From: Google GitHub Actions Bot <72759630+google-github-actions-bot@users.noreply.github.com> Date: Thu, 23 May 2024 09:53:37 -0400 Subject: [PATCH] Release: v0.8.1 (#111) **Full Changelog**: https://github.com/google-github-actions/actions-utils/compare/v0.8.0...4dd1c41930babb80b8cf14f82acfdf69c0f17132 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 123d5cb..1df5703 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-github-actions/actions-utils", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@google-github-actions/actions-utils", - "version": "0.8.0", + "version": "0.8.1", "license": "Apache-2.0", "dependencies": { "yaml": "^2.4.2" diff --git a/package.json b/package.json index 25d704c..80fe6aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-github-actions/actions-utils", - "version": "0.8.0", + "version": "0.8.1", "description": "Helpers and utilities that are shared among Google GitHub Actions", "author": "Google LLC", "license": "Apache-2.0",