Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
UOS_HELPDESK_MCP_TOKEN: ci-dummy
steps:
- uses: actions/checkout@v7
- uses: astral-sh/setup-uv@v8.3.2
- uses: astral-sh/setup-uv@v9.0.0
with:
enable-cache: true
- run: uv venv --python 3.12
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
# PR builds should not publish images). PRs still build via the matrix below.
- name: Log in to GHCR
if: github.event_name == 'push'
uses: docker/login-action@v4
uses: docker/login-action@v4.5.2
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
Loading