From 6150a022246d1b56a2674e8b9f72d12ac0987fd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 07:42:54 +0000 Subject: [PATCH] github-actions(deps): bump ergebnis/.github from 1.9.0 to 1.9.1 Bumps [ergebnis/.github](https://github.com/ergebnis/.github) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/ergebnis/.github/releases) - [Changelog](https://github.com/ergebnis/.github/blob/main/CHANGELOG.md) - [Commits](https://github.com/ergebnis/.github/compare/1.9.0...1.9.1) --- updated-dependencies: - dependency-name: ergebnis/.github dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/default-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default-pipeline.yml b/.github/workflows/default-pipeline.yml index 56588ea..e0db156 100644 --- a/.github/workflows/default-pipeline.yml +++ b/.github/workflows/default-pipeline.yml @@ -77,6 +77,6 @@ jobs: if: startsWith(github.ref, 'refs/tags/') # yamllint disable-line rule:quoted-strings name: "Create GitHub release" steps: - - uses: "ergebnis/.github/actions/github/release/create@1.9.0" + - uses: "ergebnis/.github/actions/github/release/create@1.9.1" with: github-token: "${{ secrets.GITHUB_TOKEN }}"