From b93c684fc194602ec5cbc53386b62a3097f2913d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 06:03:30 +0000 Subject: [PATCH] Bump benjlevesque/short-sha from 2.1 to 2.2 Bumps [benjlevesque/short-sha](https://github.com/benjlevesque/short-sha) from 2.1 to 2.2. - [Release notes](https://github.com/benjlevesque/short-sha/releases) - [Commits](https://github.com/benjlevesque/short-sha/compare/v2.1...v2.2) --- updated-dependencies: - dependency-name: benjlevesque/short-sha dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/test_pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a2c8e1..cde030b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: benjlevesque/short-sha@v2.1 + - uses: benjlevesque/short-sha@v2.2 id: short-sha with: length: 7 diff --git a/.github/workflows/test_pr.yml b/.github/workflows/test_pr.yml index 34c5d14..387ddba 100644 --- a/.github/workflows/test_pr.yml +++ b/.github/workflows/test_pr.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: benjlevesque/short-sha@v2.1 + - uses: benjlevesque/short-sha@v2.2 id: short-sha with: length: 7