Skip to content

Bump actions/cache from 4.1.0 to 4.1.1 #109

Bump actions/cache from 4.1.0 to 4.1.1

Bump actions/cache from 4.1.0 to 4.1.1 #109

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