Skip to content

Bump actions/cache from 4.2.0 to 4.2.2 in the github-actions-updates group across 1 directory #76

Bump actions/cache from 4.2.0 to 4.2.2 in the github-actions-updates group across 1 directory

Bump actions/cache from 4.2.0 to 4.2.2 in the github-actions-updates group across 1 directory #76

Workflow file for this run

---
name: ci
on:
pull_request:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/.test.yml
push-docker:
uses: ./.github/workflows/.docker-push.yml
with:
is_pr: "${{ github.ref != 'refs/heads/main' }}"
secrets: inherit
needs: [test]