@@ -20,16 +20,16 @@ jobs:
2020 options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2121
2222 steps :
23- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
23+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2424 with :
2525 persist-credentials : false
2626
27- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
27+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
2828 with :
2929 python-version-file : ' .python-version'
3030
3131 - name : Cache pip
32- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
32+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
3333 with :
3434 path : ~/.cache/pip
3535 key : ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
5858 options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
5959
6060 steps :
61- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
61+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
6262 with :
6363 persist-credentials : false
6464
@@ -76,12 +76,12 @@ jobs:
7676 wget https://github.com/jgm/pandoc/releases/download/2.17.1.1/pandoc-2.17.1.1-1-amd64.deb
7777 sudo dpkg -i pandoc-2.17.1.1-1-amd64.deb
7878
79- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
79+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
8080 with :
8181 python-version-file : ' .python-version'
8282
8383 - name : Cache pip
84- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
84+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
8585 with :
8686 path : ~/.cache/pip
8787 key : ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
0 commit comments