Skip to content

build(deps): bump docker/login-action from 4.4.0 to 4.5.1 #1081

build(deps): bump docker/login-action from 4.4.0 to 4.5.1

build(deps): bump docker/login-action from 4.4.0 to 4.5.1 #1081

Workflow file for this run

on:
push:
pull_request:
name: Type checker
jobs:
test:
name: pyright
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v6
with:
python-version: '3.10'
- run: pip install -e .[gui]
- uses: jakebailey/pyright-action@v3
with:
version: 1.1.318