Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 461fa04

Browse files
dependabot[bot]FishtownBuildBotmikealfare
authored
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](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]>
1 parent 8e139eb commit 461fa04

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: "Dependencies"
2+
body: "Bump dbt-labs/actions from 1.1.0 to 1.1.1"
3+
time: 2024-04-12T15:52:46.00000Z
4+
custom:
5+
Author: dependabot[bot]
6+
PR: 1181

.github/workflows/nightly-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: "Audit Version And Parse Into Parts"
5959
id: semver
60-
uses: dbt-labs/actions/[email protected].0
60+
uses: dbt-labs/actions/[email protected].1
6161
with:
6262
version: ${{ steps.version-number-sources.outputs.current_version }}
6363

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

0 commit comments

Comments
 (0)