File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 runs-on : ubuntu-latest
4747 container : fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v5
50+ with :
51+ persist-credentials : false
5052 - name : Install dependencies
5153 run : >
5254 dnf install -y
8688 10
8789 - name : Display Python version
8890 run : python3 --version
89- - uses : actions/checkout@v4
91+ - uses : actions/checkout@v5
92+ with :
93+ persist-credentials : false
9094 - name : Install dependencies
9195 run : >
9296 dnf install -y
Original file line number Diff line number Diff line change 3333 python3-isort
3434 - name : Install hs-dbus-signature
3535 run : pip install --user hs-dbus-signature
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737 with :
3838 path : into-dbus-python
39+ persist-credentials : false
3940 - name : Run with monkeytype
4041 run : >
4142 MONKEYTYPE=1
You can’t perform that action at this time.
0 commit comments