ci: use Ubuntu 22.04 and new actions/checkout

This commit is contained in:
rzmk 2025-03-14 17:01:57 -04:00
parent 430c3c0131
commit f65ccd6ea8

View file

@ -16,12 +16,12 @@ on:
# This job installs dependencies, builds the book, and pushes it to `gh-pages`
jobs:
deploy-book:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
pages: write
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Install dependencies
- name: Set up Python 3.11
@ -63,4 +63,4 @@ jobs:
# Deploy the book's HTML to GitHub Pages
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2