ci(deps): bump docker/login-action from 3 to 4 #1
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| # Dogfood the auto-merge workflow in this repository, to automate merging of | |
| # dependabot PRs and keep dependencies up to date. | |
| # | |
| # DO NOT USE THIS WORKFLOW AS A TEMPLATE. Instead use the auto-merge.yaml | |
| # workflow directly. | |
| name: auto-merge | |
| on: | |
| pull_request_target: | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| jobs: | |
| auto-merge: | |
| uses: tomasbasham/shared-workflows/.github/workflows/auto-merge.yaml@master |