Skip to content

Bump actions/cache from 4.0.0 to 4.0.1 #93

Bump actions/cache from 4.0.0 to 4.0.1

Bump actions/cache from 4.0.0 to 4.0.1 #93

Workflow file for this run

---
name: Automatic Merging
on : pull_request_target
jobs:
auto-merge:
name: Automatic Merging
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Merge
uses: ahmadnassri/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
command: squash and merge