diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-13 12:21:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-13 12:21:39 +0000 |
commit | b7c5b30f14aadffadd2d35cb3ecb3e91af00581d (patch) | |
tree | 0e51f517bb6ac010c0e3dc5937d112656ec9ee9a /.github/workflows/on_pull_request.yaml | |
parent | 14501f56aaf3c97fb2c38633350dc747b9651f43 (diff) | |
parent | 262ec8ecdaf10d8fe49d0227e24bd3a1459e87b5 (diff) | |
download | stable-diffusion-webui-gfx803-b7c5b30f14aadffadd2d35cb3ecb3e91af00581d.tar.gz stable-diffusion-webui-gfx803-b7c5b30f14aadffadd2d35cb3ecb3e91af00581d.tar.bz2 stable-diffusion-webui-gfx803-b7c5b30f14aadffadd2d35cb3ecb3e91af00581d.zip |
Merge branch 'dev' into master
Diffstat (limited to '.github/workflows/on_pull_request.yaml')
-rw-r--r-- | .github/workflows/on_pull_request.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/on_pull_request.yaml b/.github/workflows/on_pull_request.yaml index 7b7219fd..8ebf5918 100644 --- a/.github/workflows/on_pull_request.yaml +++ b/.github/workflows/on_pull_request.yaml @@ -18,7 +18,7 @@ jobs: # not to have GHA download an (at the time of writing) 4 GB cache # of PyTorch and other dependencies. - name: Install Ruff - run: pip install ruff==0.0.265 + run: pip install ruff==0.0.272 - name: Run Ruff run: ruff . lint-js: |