Skip to content

Commit

Permalink
Bump dbt-labs/actions from 1.1.0 to 1.1.1 (#1181)
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] <[email protected]>

* Add automated changelog yaml from template for bot PR

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <[email protected]>
Co-authored-by: Mike Alfare <[email protected]>
  • Loading branch information
3 people authored Apr 26, 2024
1 parent 8e139eb commit 461fa04
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-20240412-155246.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-12T15:52:46.00000Z
custom:
Author: dependabot[bot]
PR: 1181
4 changes: 2 additions & 2 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: "Audit Version And Parse Into Parts"
id: semver
uses: dbt-labs/actions/[email protected].0
uses: dbt-labs/actions/[email protected].1
with:
version: ${{ steps.version-number-sources.outputs.current_version }}

Expand All @@ -79,7 +79,7 @@ jobs:
echo "number=$number" >> $GITHUB_OUTPUT
- name: "Audit Nightly Release Version And Parse Into Parts"
uses: dbt-labs/actions/[email protected].0
uses: dbt-labs/actions/[email protected].1
with:
version: ${{ steps.nightly-release-version.outputs.number }}

Expand Down

0 comments on commit 461fa04

Please sign in to comment.