Skip to content

Commit 82da7f2

Browse files
Bump piped from afe35cb to 1b80fc2 (#991)
Signed-off-by: dependabot[bot] <support@github.com> 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>
1 parent 80d37eb commit 82da7f2

File tree

11 files changed

+8
-16
lines changed

11 files changed

+8
-16
lines changed

.github/workflows/freeze-for-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Upgrade dependency locks
2626
run: nox -s freeze-locks bot-package-diff
2727

28-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
28+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
2929
with:
3030
name: gogo.patch
3131
path: gogo.patch

.github/workflows/lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ on:
1111
pull_request:
1212
branches:
1313
- master
14-
schedule:
15-
- cron: "0 12 * * 6"
1614
workflow_dispatch:
1715

1816
jobs:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
run: nox -s build
3030

3131
- name: Publish package distributions to PyPI
32-
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
32+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70

.github/workflows/py-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ on:
1111
pull_request:
1212
branches:
1313
- master
14-
schedule:
15-
- cron: "0 12 * * 6"
1614
workflow_dispatch:
1715

1816
jobs:
@@ -63,7 +61,7 @@ jobs:
6361
coverageLocations: .coverage.xml:coverage.py
6462

6563
- name: Archive coverage
66-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
64+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
6765
with:
6866
name: coverage
6967
path: ./coverage_html

.github/workflows/reformat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Reformat
2525
run: nox -s reformat bot-package-diff
2626

27-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
27+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
2828
with:
2929
name: gogo.patch
3030
path: gogo.patch

.github/workflows/resync-piped.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Resync Piped
2626
run: nox -s copy-piped bot-package-diff
2727

28-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
28+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
2929
with:
3030
name: gogo.patch
3131
path: gogo.patch

.github/workflows/type-check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ on:
1111
pull_request:
1212
branches:
1313
- master
14-
schedule:
15-
- cron: "0 12 * * 6"
1614
workflow_dispatch:
1715

1816
jobs:

.github/workflows/update-licence.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: nox -s update-licence
2222

2323
- name: Create Pull Request
24-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
24+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
2525
with:
2626
author: "always-on-duty[bot] <120557446+always-on-duty[bot]@users.noreply.github.com>"
2727
branch: task/update-licence

.github/workflows/upgrade-locks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: nox -s freeze-locks
2222

2323
- name: Create Pull Request
24-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
24+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
2525
with:
2626
author: "always-on-duty[bot] <120557446+always-on-duty[bot]@users.noreply.github.com>"
2727
branch: task/upgrade-deps

.github/workflows/verify-types.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ on:
1111
pull_request:
1212
branches:
1313
- master
14-
schedule:
15-
- cron: "0 12 * * 6"
1614
workflow_dispatch:
1715

1816
jobs:

0 commit comments

Comments
 (0)