From 5616458e1aa9756b9d5df9fa122bcdffbc063e5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 02:54:06 +0000 Subject: [PATCH] deps: bump ghactions in the production-dependencies group Bumps the production-dependencies group with 1 update: [ghactions](https://github.com/42ByteLabs/ghactions). Updates `ghactions` from 0.16.0 to 0.16.1 - [Release notes](https://github.com/42ByteLabs/ghactions/releases) - [Changelog](https://github.com/42ByteLabs/ghactions/blob/main/.release.yml) - [Commits](https://github.com/42ByteLabs/ghactions/compare/0.16.0...0.16.1) --- updated-dependencies: - dependency-name: ghactions dependency-version: 0.16.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d3fec68..f6955d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -518,9 +518,9 @@ dependencies = [ [[package]] name = "ghactions" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c07f7eb08e2d0751a06c206c42f5e362d6ad6fa0c040582c60d3a2a158863ca" +checksum = "bbe00ec663488b3bfdd83ae978898d5f5e6b530513e02e4bf3190ec05db523e6" dependencies = [ "ghactions-core", "ghactions-derive",