File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535
3636 - name : Setup Python
37- uses : actions/setup-python@v5
37+ uses : actions/setup-python@v6
3838 with :
3939 python-version : " 3.11"
4040 cache : " pip"
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 IOGRAPH_VERSION : ${{ github.ref_name }}
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020
2121 - name : Setup Python
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : " 3.11"
2525 cache : " pip"
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 IOGRAPH_VERSION : ${{ github.ref_name }}
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020
2121 - name : Setup Python
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : " 3.11"
2525 cache : " pip"
You can’t perform that action at this time.
0 commit comments