Skip to content

Bump astral-sh/uv from 0.12.4-python3.13-trixie-slim to 0.12.5-python3.13-trixie-slim in /monitoring #5732

Bump astral-sh/uv from 0.12.4-python3.13-trixie-slim to 0.12.5-python3.13-trixie-slim in /monitoring

Bump astral-sh/uv from 0.12.4-python3.13-trixie-slim to 0.12.5-python3.13-trixie-slim in /monitoring #5732

Workflow file for this run

name: Developers environment checks
permissions:
contents: read
on:
pull_request: # All
push:
branches:
- main
jobs:
windows:
name: Clone on Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v7
- name: Checkout on Windows
run: echo "Project successfully cloned on ${{ runner.os }}. See `Set up Job` stage for more details about the Runner."
macos:
name: Clone on Mac
runs-on: macos-latest
steps:
- uses: actions/checkout@v7
- name: Checkout on Mac
run: echo "Project successfully cloned on ${{ runner.os }}. See `Set up Job` stage for more details about the Runner."