1919 os : [macos-15, ubuntu-latest]
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v7
2323 - name : Set up Python 3.12.8
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v7
2525 with :
2626 python-version : 3.12.8
2727 - name : Config libsodium
3030 echo "SODIUM_INSTALL=system" >> $GITHUB_ENV
3131 echo "DYLD_LIBRARY_PATH=/opt/homebrew/lib:$DYLD_LIBRARY_PATH" >> $GITHUB_ENV
3232 - name : Install uv
33- uses : astral-sh/setup-uv@v3
34- with :
35- version : " 0.9.5"
33+ uses : astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # 10.0.1
3634 - name : Install dependencies
3735 run : make install-dev
3836 - name : Lint changes
@@ -45,28 +43,26 @@ jobs:
4543 docker :
4644 runs-on : ubuntu-latest
4745 steps :
48- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v7
4947 - name : Run docker container
5048 # Ensure that the image can be built and started
5149 run : docker compose up --build --wait
5250
5351 coverage :
5452 runs-on : ubuntu-latest
5553 steps :
56- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v7
5755 - name : Set up Python 3.12.8
58- uses : actions/setup-python@v5
56+ uses : actions/setup-python@v7
5957 with :
6058 python-version : 3.12.8
6159 - name : Install uv
62- uses : astral-sh/setup-uv@v3
63- with :
64- version : " 0.9.5"
60+ uses : astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # 10.0.1
6561 - name : Install dependencies
6662 run : make install-dev
6763 - name : Run core KERIA tests
6864 run : make test-coverage
6965 - name : Upload
70- uses : codecov/codecov-action@v4
66+ uses : codecov/codecov-action@v7
7167 with :
7268 token : ${{ secrets.CODECOV_TOKEN }}
0 commit comments