Skip to content

Bump s3mock version from 4.9.0 to 4.11.0 #23

Bump s3mock version from 4.9.0 to 4.11.0

Bump s3mock version from 4.9.0 to 4.11.0 #23

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: Run CI (make)
run: make