Skip to content

Commit

Permalink
Bump piped from 023ff02 to 4aaddeb (#479)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: always-on-duty[bot] <120557446+always-on-duty[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and always-on-duty[bot] authored Dec 23, 2024
1 parent bcb197d commit 1b95c50
Show file tree
Hide file tree
Showing 9 changed files with 81 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/freeze-for-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Upgrade dependency locks
run: nox -s freeze-locks bot-package-diff

- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
with:
name: gogo.patch
path: gogo.patch
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:
pull_request:
branches:
- master
schedule:
- cron: "0 12 * * 6"
workflow_dispatch:

jobs:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/py-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:
pull_request:
branches:
- master
schedule:
- cron: "0 12 * * 6"
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -63,7 +61,7 @@ jobs:
coverageLocations: .coverage.xml:coverage.py

- name: Archive coverage
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
with:
name: coverage
path: ./coverage_html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Reformat
run: nox -s reformat bot-package-diff

- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
with:
name: gogo.patch
path: gogo.patch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/resync-piped.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Resync Piped
run: nox -s copy-piped bot-package-diff

- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
with:
name: gogo.patch
path: gogo.patch
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/type-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:
pull_request:
branches:
- master
schedule:
- cron: "0 12 * * 6"
workflow_dispatch:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/verify-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:
pull_request:
branches:
- master
schedule:
- cron: "0 12 * * 6"
workflow_dispatch:

jobs:
Expand Down
152 changes: 76 additions & 76 deletions uv.lock

Large diffs are not rendered by default.

0 comments on commit 1b95c50

Please sign in to comment.