From 38b63dd6fd38ee0e08622b900144bbe9a13c22b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 04:42:40 +0000 Subject: [PATCH] chore(deps): bump ahmadnassri/action-semantic-release (#15) Bumps [ahmadnassri/action-semantic-release](https://github.com/ahmadnassri/action-semantic-release) from 2.1.12 to 2.1.13. - [Release notes](https://github.com/ahmadnassri/action-semantic-release/releases) - [Commits](https://github.com/ahmadnassri/action-semantic-release/compare/v2.1.12...v2.1.13) --- updated-dependencies: - dependency-name: ahmadnassri/action-semantic-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e3b7ca8..c323d1b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v3 - name: Release id: release - uses: ahmadnassri/action-semantic-release@v2.1.12 + uses: ahmadnassri/action-semantic-release@v2.1.13 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}