From 8a43499e1420319b167ccd80bb90970584cdb187 Mon Sep 17 00:00:00 2001 From: tison Date: Sun, 31 Mar 2024 13:32:21 +0800 Subject: [PATCH] chore: release v5.4.0 Signed-off-by: tison --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- action.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 740deb4..d812baa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -870,7 +870,7 @@ dependencies = [ [[package]] name = "hawkeye" -version = "5.3.2" +version = "5.4.0" dependencies = [ "build-data", "clap", @@ -882,7 +882,7 @@ dependencies = [ [[package]] name = "hawkeye-fmt" -version = "5.3.2" +version = "5.4.0" dependencies = [ "gix", "ignore", diff --git a/Cargo.toml b/Cargo.toml index 7669457..c7160e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ members = [ resolver = "2" [workspace.package] -version = "5.3.2" +version = "5.4.0" edition = "2021" authors = ["tison "] readme = "README.md" @@ -29,7 +29,7 @@ repository = "https://github.com/korandoru/hawkeye/" rust-version = "1.76.0" [workspace.dependencies] -hawkeye-fmt = { version = "5.3.2", path = "fmt" } +hawkeye-fmt = { version = "5.4.0", path = "fmt" } snafu = "0.8.2" toml = "0.8.12" tracing = "0.1.40" diff --git a/action.yml b/action.yml index 1a99178..13242bd 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,7 @@ inputs: runs: using: docker - image: docker://ghcr.io/korandoru/hawkeye:edge + image: docker://ghcr.io/korandoru/hawkeye:v5.4.0 args: - ${{ inputs.mode }} - --config