File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4646 languages : ${{ steps.languages.outputs.languages }}
4747 steps :
4848 - name : Check out ${{ github.repository }}
49- uses : actions/checkout@v5
49+ uses : actions/checkout@v5.0.0
5050
5151 - name : Set up Python 3
5252 uses : actions/setup-python@v6
7171 } >> "$GITHUB_OUTPUT"
7272
7373 - name : Check out branch ${{ steps.version.outputs.current }}
74- uses : actions/checkout@v5
74+ uses : actions/checkout@v5.0.0
7575 with :
7676 ref : ${{ steps.version.outputs.current }}
7777 path : ${{ steps.version.outputs.current }}
@@ -104,18 +104,18 @@ jobs:
104104
105105 steps :
106106 - name : Check out ${{ github.repository }}
107- uses : actions/checkout@v5
107+ uses : actions/checkout@v5.0.0
108108
109109 - name : Check out ${{ matrix.cpython_version }} branch of CPython
110- uses : actions/checkout@v5
110+ uses : actions/checkout@v5.0.0
111111 with :
112112 repository : python/cpython
113113 persist-credentials : false
114114 ref : ${{ matrix.cpython_version }}
115115 path : cpython
116116
117117 - name : Check out ${{ matrix.cpython_version }} branch of ${{ github.repository }}
118- uses : actions/checkout@v5
118+ uses : actions/checkout@v5.0.0
119119 with :
120120 ref : ${{ matrix.cpython_version }}
121121 path : cpython/Doc/locales
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v5.0.0
1919 with :
2020 persist-credentials : false
2121 - uses : actions/setup-python@v6
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
3737
3838 steps :
3939 - name : Check out repository
40- uses : actions/checkout@v4.2.2
40+ uses : actions/checkout@v5.0.0
4141 with :
4242 ref : python-docs-theme
4343
4444 - name : Check out python-docs-theme
45- uses : actions/checkout@v4.2.2
45+ uses : actions/checkout@v5.0.0
4646 with :
4747 repository : python/python-docs-theme
4848 persist-credentials : false
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Check out ${{ github.repository }}
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v5.0.0
3232 with :
3333 fetch-depth : 0
3434
You can’t perform that action at this time.
0 commit comments