Skip to content

Bump actions/cache from 3 to 4 #4

Bump actions/cache from 3 to 4

Bump actions/cache from 3 to 4 #4

Workflow file for this run

name: Codespell
on:
#pull_request: {}
push: {}
jobs:
codespell:
name: Codespell
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2