File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Setup Python 3.9
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : " 3.9"
2323 cache : " pip" # Cache the pip packages to speed up the workflow
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 id-token : write
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919
2020 - name : Setup Python 3.9
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : " 3.9"
2424
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020
2121 - name : Setup Python 3.9
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : " 3.9"
2525 cache : " pip" # Cache the pip packages to speed up the workflow
@@ -43,10 +43,10 @@ jobs:
4343 # Checkout the repository
4444 steps :
4545 - name : Checkout
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v5
4747
4848 - name : Setup Python 3.9
49- uses : actions/setup-python@v5
49+ uses : actions/setup-python@v6
5050 with :
5151 python-version : " 3.9"
5252 cache : " pip" # Cache the pip packages to speed up the workflow
@@ -67,10 +67,10 @@ jobs:
6767 # Checkout the repository
6868 steps :
6969 - name : Checkout
70- uses : actions/checkout@v4
70+ uses : actions/checkout@v5
7171
7272 - name : Setup Python 3.9
73- uses : actions/setup-python@v5
73+ uses : actions/setup-python@v6
7474 with :
7575 python-version : " 3.9"
7676 cache : " pip" # Cache the pip packages to speed up the workflow
You can’t perform that action at this time.
0 commit comments