Skip to content

Bump boto3 from 1.42.2 to 1.42.19 #77

Bump boto3 from 1.42.2 to 1.42.19

Bump boto3 from 1.42.2 to 1.42.19 #77

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
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