File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 2222 shell : bash
2323 steps :
2424 - name : Download source
25- uses : actions/checkout@v2
25+ uses : actions/checkout@v3
2626 - name : Install Nim
27- uses : jiro4989/setup-nim-action@de456899a933296efa9d86e050300c1d9cc7e446
27+ uses : jiro4989/setup-nim-action@23b5809a314afab9cacb55285d88ece6a35e38dc
2828 - name : Install dep
2929 run : nimble install -y opengl
3030 - name : Build examples
@@ -34,13 +34,15 @@ jobs:
3434 runs-on : ubuntu-latest
3535 steps :
3636 - name : Download source
37- uses : actions/checkout@v2
37+ uses : actions/checkout@v3
3838 - name : Install Python
39- uses : actions/setup-python@v2
39+ uses : actions/setup-python@v4
40+ with :
41+ python-version : ' 3.x'
4042 - name : Install dep
4143 run : pip install pycparser
4244 - name : Download CSFML
43- uses : actions/checkout@v2
45+ uses : actions/checkout@v3
4446 with :
4547 repository : SFML/CSFML
4648 ref : ' 2.5'
You can’t perform that action at this time.
0 commit comments