Bump piped from afe35cb
to 023ff02
#701
Workflow file for this run
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
name: Freeze PR dependency changes | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
on: | |
pull_request: | |
branches: | |
- master | |
paths: ["piped", "pyproject.toml"] | |
jobs: | |
freeze-pr-dep-changes: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 | |
with: | |
submodules: "true" | |
- name: Install Python | |
uses: ./.github/actions/setup-py | |
- name: Upgrade dependency locks | |
run: nox -s freeze-locks bot-package-diff | |
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 | |
with: | |
name: gogo.patch | |
path: gogo.patch | |
- name: Check diff file | |
run: nox -s is-diff-file-empty |