From 461fa04abec0129304c2cde414624f051789f5a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:05:31 +0000 Subject: [PATCH] Bump dbt-labs/actions from 1.1.0 to 1.1.1 (#1181) * Bump dbt-labs/actions from 1.1.0 to 1.1.1 Bumps [dbt-labs/actions](https://github.com/dbt-labs/actions) from 1.1.0 to 1.1.1. - [Commits](https://github.com/dbt-labs/actions/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: dbt-labs/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Add automated changelog yaml from template for bot PR --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com> --- .changes/unreleased/Dependencies-20240412-155246.yaml | 6 ++++++ .github/workflows/nightly-release.yml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .changes/unreleased/Dependencies-20240412-155246.yaml diff --git a/.changes/unreleased/Dependencies-20240412-155246.yaml b/.changes/unreleased/Dependencies-20240412-155246.yaml new file mode 100644 index 000000000..a2181887f --- /dev/null +++ b/.changes/unreleased/Dependencies-20240412-155246.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump dbt-labs/actions from 1.1.0 to 1.1.1" +time: 2024-04-12T15:52:46.00000Z +custom: + Author: dependabot[bot] + PR: 1181 diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index 26a4164e1..517015854 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -57,7 +57,7 @@ jobs: - name: "Audit Version And Parse Into Parts" id: semver - uses: dbt-labs/actions/parse-semver@v1.1.0 + uses: dbt-labs/actions/parse-semver@v1.1.1 with: version: ${{ steps.version-number-sources.outputs.current_version }} @@ -79,7 +79,7 @@ jobs: echo "number=$number" >> $GITHUB_OUTPUT - name: "Audit Nightly Release Version And Parse Into Parts" - uses: dbt-labs/actions/parse-semver@v1.1.0 + uses: dbt-labs/actions/parse-semver@v1.1.1 with: version: ${{ steps.nightly-release-version.outputs.number }}