Skip to content

Bump astral-sh/setup-uv from 6.6.0 to 6.6.1 in the all group #14

Bump astral-sh/setup-uv from 6.6.0 to 6.6.1 in the all group

Bump astral-sh/setup-uv from 6.6.0 to 6.6.1 in the all group #14

name: Update latest release info
on:
workflow_dispatch:
repository_dispatch:
types: [release]
push:
branches:
- main
- master
paths:
- _scripts/get_release_info/**
- .github/workflows/update_latest_release_info.yml
pull_request:
branches:
- main
- master
paths:
- _scripts/get_release_info/**
- .github/workflows/update_latest_release_info.yml
permissions:
contents: write
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install uv
uses: astral-sh/[email protected]
with:
version: "latest"
- name: Run update script
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd _scripts/get_release_info
uv run main.py
- name: Commit changes
if: ${{ !contains(fromJSON('["push", "pull_request"]'), github.event_name) }}
uses: EndBug/[email protected]
with:
author_name: github-actions[bot]
author_email: 41898282+github-actions[bot]@users.noreply.github.com
message: "Update release info"