@@ -23,29 +23,29 @@ jobs:
2323 chmod 600 $HOME/.ssh/id_ed25519
2424
2525 # site_generator
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v4
2727 with :
2828 repository : cpprefjp/site_generator
2929 path : site_generator
3030 - run : git submodule update -i
3131 working-directory : site_generator
3232
3333 # kunai
34- - uses : actions/checkout@v2
34+ - uses : actions/checkout@v4
3535 with :
3636 repository : cpprefjp/kunai
3737 path : site_generator/kunai
3838 - run : git submodule update -i
3939 working-directory : site_generator/kunai
4040
4141 # cpprefjp.github.io
42- - uses : actions/checkout@v2
42+ - uses : actions/checkout@v4
4343 with :
4444 repository : cpprefjp/cpprefjp.github.io
4545 path : site_generator/cpprefjp/cpprefjp.github.io
4646
4747 # site
48- - uses : actions/checkout@v2
48+ - uses : actions/checkout@v4
4949 with :
5050 repository : cpprefjp/site
5151 path : site_generator/cpprefjp/site
5555 working-directory : site_generator/cpprefjp/site
5656
5757 - name : Set up Python 3.x
58- uses : actions/setup-python@v1
58+ uses : actions/setup-python@v5
5959 with :
6060 python-version : 3.11
6161 # 3.12でUndefined symbolエラーがでた
0 commit comments