[ci] Update action versions, add permissions and dependebot, speed up examples (#290)

This commit is contained in:
Fabian Joswig 2026-07-27 22:17:19 +02:00 committed by GitHub
commit 22d2daba30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 45 additions and 4 deletions

View file

@ -5,10 +5,15 @@ on:
release:
types: [published]
permissions:
contents: read
jobs:
build:
name: Build sdist and wheel
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v6
name: Checkout repository