File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v2
38+ uses : actions/checkout@v3
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v3
2424
2525 - name : Run tests
2626 run : |
3838 steps :
3939 -
4040 name : Checkout
41- uses : actions/checkout@v2
41+ uses : actions/checkout@v3
4242 -
4343 name : Docker meta
4444 id : docker_meta
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ aiohttp==3.8.1
22discord.py @ git+https://github.com/Rapptz/discord.py@1bfe6b2bb160ce802a1f08afed73941a19a0a651
33Pillow == 9.1.0
44pytz == 2022.1
5- websockets == 10.2
5+
You can’t perform that action at this time.
0 commit comments