File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 contents : write
1414 steps :
1515 - name : checkout
16- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16+ uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0 # need to fetch all history to ensure correct Git revision dates in docs
1919
2020 - name : set up Python
21- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ' 3.10'
2424
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 runs-on : ubuntu-22.04
1616 steps :
1717 - name : checkout
18- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
18+ uses : actions/checkout@v6
1919
2020 - name : set up Python
21- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ' 3.10'
2424
You can’t perform that action at this time.
0 commit comments