From b98d32c1f3a9b4d55d6fae09296b28bfac64f935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 12:08:55 +0000 Subject: [PATCH] chore(deps): bump ahmadnassri/action-semantic-release Bumps [ahmadnassri/action-semantic-release](https://github.com/ahmadnassri/action-semantic-release) from 2.2.0 to 2.2.2. - [Release notes](https://github.com/ahmadnassri/action-semantic-release/releases) - [Commits](https://github.com/ahmadnassri/action-semantic-release/compare/v2.2.0...v2.2.2) --- updated-dependencies: - dependency-name: ahmadnassri/action-semantic-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e4e3b2..6461387 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v3 - name: Release id: release - uses: ahmadnassri/action-semantic-release@v2.2.0 + uses: ahmadnassri/action-semantic-release@v2.2.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}