Skip to content

Bump actions/cache from 5.0.2 to 5.0.4 #1028

Bump actions/cache from 5.0.2 to 5.0.4

Bump actions/cache from 5.0.2 to 5.0.4 #1028

Workflow file for this run

name: Python package
on: [push]
jobs:
build:
runs-on: macos-latest
strategy:
matrix:
python-version: ["3.12"]
steps:
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Display Python version
run: python -c "import sys; print(sys.version)"