File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v4
1818
1919 - name : Set up Python
20- uses : actions/setup-python@v2
20+ uses : actions/setup-python@v5
2121 with :
2222 python-version : ' 3.x'
2323
@@ -42,10 +42,10 @@ jobs:
4242
4343 steps :
4444 - name : Checkout repository
45- uses : actions/checkout@v2
45+ uses : actions/checkout@v4
4646
4747 - name : Set up Python
48- uses : actions/setup-python@v2
48+ uses : actions/setup-python@v5
4949 with :
5050 python-version : ' 3.x'
5151
@@ -70,10 +70,10 @@ jobs:
7070
7171 steps :
7272 - name : Checkout repository
73- uses : actions/checkout@v2
73+ uses : actions/checkout@v4
7474
7575 - name : Set up Python
76- uses : actions/setup-python@v2
76+ uses : actions/setup-python@v5
7777 with :
7878 python-version : ' 3.x'
7979
You can’t perform that action at this time.
0 commit comments