File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717
1818 steps :
1919 - name : Check out repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121
2222 - name : Set up Python
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111
1212 steps :
1313 - name : Check out repository
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : " 3.12"
2020
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717
1818 steps :
1919 - name : Check out repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121 with :
2222 ref : ${{ github.event.release.tag_name }}
2323
2424 - name : Set up Python
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : " 3.12"
2828
You can’t perform that action at this time.
0 commit comments