@@ -31,12 +31,12 @@ jobs:
3131 name : Python ${{ matrix.python-version }} unit tests
3232 steps :
3333 - name : checkout code tree
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 with :
3636 fetch-depth : 0
3737
3838 - name : Setup python
39- uses : actions/setup-python@v5
39+ uses : actions/setup-python@v6
4040 with :
4141 python-version : ${{ matrix.python-version }}
4242 architecture : x64
@@ -108,11 +108,11 @@ jobs:
108108 needs : pytest
109109 steps :
110110 - name : checkout code tree
111- uses : actions/checkout@v4
111+ uses : actions/checkout@v5
112112 with :
113113 fetch-depth : 0
114114
115- - uses : actions/setup-python@v5
115+ - uses : actions/setup-python@v6
116116 with :
117117 python-version : " 3.9"
118118 architecture : " x64"
@@ -180,7 +180,7 @@ jobs:
180180 run : echo "::set-output name=reftag::${GITHUB_BASE_REF:+PR}"$(awk -F"/" '{print $3}' <<< ${GITHUB_REF})
181181
182182 - name : checkout code tree
183- uses : actions/checkout@v4
183+ uses : actions/checkout@v5
184184 with :
185185 fetch-depth : 0
186186 ref : ${{github.event.inputs.ref}}
@@ -219,7 +219,7 @@ jobs:
219219 run : echo "::set-output name=reftag::${GITHUB_BASE_REF:+PR}"$(awk -F"/" '{print $3}' <<< ${GITHUB_REF})
220220
221221 - name : checkout code tree
222- uses : actions/checkout@v4
222+ uses : actions/checkout@v5
223223 with :
224224 fetch-depth : 0
225225 ref : ${{github.event.inputs.ref}}
0 commit comments