Skip to content

Bump pre-commit version from 2.18.1 to 2.19.0 (#3334) #494

Bump pre-commit version from 2.18.1 to 2.19.0 (#3334)

Bump pre-commit version from 2.18.1 to 2.19.0 (#3334) #494

name: Update snapshots
on:
push:
branches:
- dev
workflow_dispatch:
jobs:
update-snapshots:
name: Update snapshots
if: github.repository == 'vacanza/holidays'
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-24.04
steps:
- name: Check out repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Install uv
uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a
with:
python-version: '3.14'
version: '0.9.16'
- name: Install Python
run: uv python install "$UV_PYTHON"
- name: Install dependencies
run: uv sync --frozen --no-dev --group build
- name: Generate snapshots
run: make snapshot
- uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0
with:
base: dev
body: Automatically generated snapshots update.
branch: update-snapshots
commit-message: 'Update snapshots [skip ci]'
committer: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
delete-branch: true
title: 'chore: Update snapshots'
token: ${{ github.token }}