Skip to content

Bump actions/cache from 2.1.6 to 4.0.2 #45

Bump actions/cache from 2.1.6 to 4.0.2

Bump actions/cache from 2.1.6 to 4.0.2 #45

Workflow file for this run

name: Dependabot
on: pull_request_target
jobs:
auto_approve_pr:
name: Auto-approve PR
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Approve a pull request
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ github.token }}