From 343d48581089ddc2a59ea158b2d145a50c7764d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 16:32:49 +0000 Subject: [PATCH] Update cucumber/action-create-github-release action to v1.1.1 --- .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 f13830a..af7d642 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,6 +12,6 @@ jobs: contents: write steps: - uses: actions/checkout@v3 - - uses: cucumber/action-create-github-release@v1.1.0 + - uses: cucumber/action-create-github-release@v1.1.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file