Skip to content

Bump actions/cache from 3 to 5 #192

Bump actions/cache from 3 to 5

Bump actions/cache from 3 to 5 #192

name: Dependabot auto approve
on:
pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v3.2.1
if: github.actor == 'dependabot[bot]'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}