Skip to content

chore(deps): update astral-sh/setup-uv action to v5.4.1 #2614

chore(deps): update astral-sh/setup-uv action to v5.4.1

chore(deps): update astral-sh/setup-uv action to v5.4.1 #2614

Workflow file for this run

# Copyright © Michal Čihař <michal@weblate.org>
#
# SPDX-License-Identifier: MIT
name: Languages
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
with:
python-version: '3.13'
- name: Lint
run: ./scripts/lint
permissions:
contents: read