Skip to content

Commit

Permalink
Bump dbt-labs/actions from 1.1.0 to 1.1.1 (#1006)
Browse files Browse the repository at this point in the history
* 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](dbt-labs/actions@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] <support@github.com>

* Add automated changelog yaml from template for bot PR

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>
Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 17, 2024
1 parent 35afe45 commit 2f1168f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20240429-124038.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Bump dbt-labs/actions from 1.1.0 to 1.1.1"
time: 2024-04-29T12:40:38.00000Z
custom:
Author: dependabot[bot]
PR: 1006
4 changes: 2 additions & 2 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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 }}

Expand All @@ -80,7 +80,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 }}

Expand Down

0 comments on commit 2f1168f

Please sign in to comment.