Skip to content

build(deps): bump actions/cache from 3.3.2 to 4.0.2 (#365) #420

build(deps): bump actions/cache from 3.3.2 to 4.0.2 (#365)

build(deps): bump actions/cache from 3.3.2 to 4.0.2 (#365) #420

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
build:
name: Build
if: ${{ github.actor != 'dependabot[bot]' }}
uses: ./.github/workflows/reusable-build.yml
secrets:
sonar_token: ${{ secrets.SONAR_TOKEN }}
gh_token: ${{ secrets.GITHUB_TOKEN }}