-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dependabot/pip/pytest-approx-eq-8.2
- Loading branch information
Showing
5 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:54:45.00000Z | ||
custom: | ||
Author: dependabot[bot] | ||
PR: 762 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: "Dependencies" | ||
body: "Update tox requirement from ~=4.11 to ~=4.16" | ||
time: 2024-07-18T19:17:41.00000Z | ||
custom: | ||
Author: dependabot[bot] | ||
PR: 870 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: "Dependencies" | ||
body: "Update twine requirement from ~=4.0 to ~=5.1" | ||
time: 2024-07-19T19:59:46.00000Z | ||
custom: | ||
Author: dependabot[bot] | ||
PR: 876 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,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 }} | ||
|
||
|
@@ -80,7 +80,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 }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters