2525 gtest_ver : [ "1.11.0" ]
2626
2727 steps :
28- - uses : actions/checkout@v1
28+ - uses : actions/checkout@v4.1.7
2929 - name : Set up Python
30- uses : actions/setup-python@v1
30+ uses : actions/setup-python@v5.2.0
3131 with :
3232 python-version : " 3.8"
3333 - name : Install GoogleTest
4949 pip install scons
5050 scons -j4 -C tests
5151 - name : Upload compilation results
52- uses : actions/upload-artifact@v2
52+ uses : actions/upload-artifact@v4.4.0
5353 with :
5454 name : tests
5555 if-no-files-found : error
6464 package :
6565 runs-on : ubuntu-latest
6666 steps :
67- - uses : actions/checkout@v3
67+ - uses : actions/checkout@v4.1.7
6868 - name : Build and Check Package
69- uses : hynek/build-and-inspect-python-package@v1.5
69+ uses : hynek/build-and-inspect-python-package@v2.9.0
7070
7171 test :
7272 needs : [compile, package]
@@ -78,20 +78,20 @@ jobs:
7878 python : ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
7979
8080 steps :
81- - uses : actions/checkout@v2
81+ - uses : actions/checkout@v4.1.7
8282 - name : Set up Python
83- uses : actions/setup-python@v2
83+ uses : actions/setup-python@v5.2.0
8484 with :
8585 python-version : ${{ matrix.python }}
8686
8787 - name : Download compiled tests
88- uses : actions/download-artifact@v3
88+ uses : actions/download-artifact@v4.1.8
8989 with :
9090 name : tests
9191 path : tests
9292
9393 - name : Download Package
94- uses : actions/download-artifact@v3
94+ uses : actions/download-artifact@v4.1.8
9595 with :
9696 name : Packages
9797 path : dist
0 commit comments