File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1+ name : hello-world
2+ on : push
3+ jobs :
4+ my-job :
5+ runs-on : ubuntu-latest
6+ steps :
7+ - name : my-step
8+ run : echo "Hello World with Github Actions"
Original file line number Diff line number Diff line change 1+ name : hello-world
2+ on : push
3+ jobs :
4+ my-job :
5+ runs-on : ubuntu-latest
6+ steps :
7+ - name : my-step
8+ run : echo "Hello World with Github Actions"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ distlib==0.3.6
1313entrypoints == 0.4
1414executing == 1.2.0
1515filelock == 3.12.2
16- Flask == 2.2.3
16+ Flask == 2.2.5
1717Flask-Cors == 3.0.10
1818Flask-JWT-Extended == 4.4.4
1919Flask-Migrate == 4.0.4
@@ -25,7 +25,7 @@ greenlet==2.0.2
2525gunicorn == 20.1.0
2626importlib-metadata == 6.7.0
2727ipykernel == 6.19.2
28- ipython == 8.7.0
28+ ipython == 8.10
2929itsdangerous == 2.1.2
3030jedi == 0.18.2
3131Jinja2 == 3.1.2
@@ -56,7 +56,7 @@ pyzmq==24.0.1
5656six == 1.16.0
5757SQLAlchemy == 2.0.7
5858stack-data == 0.6.2
59- tornado == 6.2
59+ tornado == 6.3. 2
6060traitlets == 5.7.1
6161typing_extensions == 4.5.0
6262virtualenv == 20.23.1
You can’t perform that action at this time.
0 commit comments