From 707156fd73c0d976a4430c26598e3af927c31985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 01:32:16 +0000 Subject: [PATCH] chore(deps): bump ww24/linebot Bumps [ww24/linebot](https://github.com/ww24/linebot) from 73705893378fa4d1f1bfa0bc76e55de0e7ad9283 to 3d27d9c57467406b279973b796678c9e7aee685f. - [Release notes](https://github.com/ww24/linebot/releases) - [Commits](https://github.com/ww24/linebot/compare/73705893378fa4d1f1bfa0bc76e55de0e7ad9283...3d27d9c57467406b279973b796678c9e7aee685f) --- updated-dependencies: - dependency-name: ww24/linebot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/test_and_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index 5e03db9c..ccc583c7 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -58,7 +58,7 @@ jobs: contents: read packages: read checks: write - uses: ww24/linebot/.github/workflows/test.yaml@73705893378fa4d1f1bfa0bc76e55de0e7ad9283 + uses: ww24/linebot/.github/workflows/test.yaml@3d27d9c57467406b279973b796678c9e7aee685f docker: needs: [test] @@ -67,7 +67,7 @@ jobs: packages: write id-token: write security-events: write - uses: ww24/linebot/.github/workflows/docker.yml@73705893378fa4d1f1bfa0bc76e55de0e7ad9283 + uses: ww24/linebot/.github/workflows/docker.yml@3d27d9c57467406b279973b796678c9e7aee685f with: image_tag: latest push: ${{ github.event_name == 'push' }}