1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

Pin GitHub Actions and Read the Docs to explicit Ubuntu 24.04

This commit is contained in:
Sebastian Pipping
2025-01-17 20:15:33 +01:00
parent e313a9cd52
commit 93bc59508c
6 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ permissions:
jobs:
pre_commit_detect_outdated:
name: Detect outdated pre-commit hooks
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4