File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - name : Read Python version from .python-version
2121 run : echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
2222 - name : Install uv
23- uses : astral-sh/setup-uv@v5
23+ uses : astral-sh/setup-uv@v7
2424 - name : Set up Python ${{ env.PYTHON_VERSION }}
2525 run : uv python install ${{ env.PYTHON_VERSION }}
2626 - name : Dependabot metadata
Original file line number Diff line number Diff line change 1717 - name : Read Python version from .python-version
1818 run : echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
1919 - name : Install uv
20- uses : astral-sh/setup-uv@v5
20+ uses : astral-sh/setup-uv@v7
2121 with :
2222 enable-cache : true
2323 cache-dependency-glob : " uv.lock"
4343 - name : Read Python version from .python-version
4444 run : echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
4545 - name : Install uv
46- uses : astral-sh/setup-uv@v5
46+ uses : astral-sh/setup-uv@v7
4747 with :
4848 enable-cache : true
4949 cache-dependency-glob : " uv.lock"
8686 - name : Read Python version from .python-version
8787 run : echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
8888 - name : Install uv
89- uses : astral-sh/setup-uv@v5
89+ uses : astral-sh/setup-uv@v7
9090 with :
9191 enable-cache : true
9292 cache-dependency-glob : " uv.lock"
Original file line number Diff line number Diff line change 4040 - name : Read Python version from .python-version
4141 run : echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
4242 - name : Login to Quay.io
43- uses : docker/login-action@v3
43+ uses : docker/login-action@v4
4444 with :
4545 registry : quay.io
4646 username : ${{ secrets.QUAY_IO_ROBOT_USERNAME }}
7676 --cache-from $DOCKER_BUILD_REPOSITORY:${{ matrix.arch }} \
7777 -t $DOCKER_BUILD_REPOSITORY:${{ matrix.arch }}-$SHORT_SHA .
7878 - name : Install uv
79- uses : astral-sh/setup-uv@v5
79+ uses : astral-sh/setup-uv@v7
8080 with :
8181 enable-cache : true
8282 cache-dependency-glob : " uv.lock"
@@ -103,7 +103,7 @@ jobs:
103103 - name : Set SHORT_SHA
104104 run : echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
105105 - name : Login to Quay.io
106- uses : docker/login-action@v3
106+ uses : docker/login-action@v4
107107 with :
108108 registry : quay.io
109109 username : ${{ secrets.QUAY_IO_ROBOT_USERNAME }}
You can’t perform that action at this time.
0 commit comments