Skip to content

Bump actions/cache from 3 to 4 #125

Bump actions/cache from 3 to 4

Bump actions/cache from 3 to 4 #125

Workflow file for this run

on:
pull_request:
branches:
- "*"
workflow_dispatch: {}
name: "Pull Request"
jobs:
test:
name: "Test"
uses: ./.github/workflows/part_test.yml
docs:
name: "Docs"
uses: ./.github/workflows/part_docs.yml
dependabot:
name: "Dependabot"
if: ${{ github.actor == 'dependabot[bot]'}}
uses: ./.github/workflows/part_dependabot.yml