Skip to content

Commit 9873b68

Browse files
committed
Auto merge all updates
- Update login action
1 parent f0ea5b4 commit 9873b68

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Docker Buildx
2828
uses: docker/setup-buildx-action@v1
2929
- name: Login to Quay.io Container Registry
30-
uses: docker/login-action@v1
30+
uses: docker/login-action@v3
3131
with:
3232
registry: quay.io
3333
username: utilitywarehouse+drone_ci

.github/workflows/dependabot-auto-merge.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
with:
1818
github-token: "${{ secrets.GITHUB_TOKEN }}"
1919
- name: Enable auto-merge for Dependabot PRs
20-
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
2120
run: gh pr merge --auto --merge "$PR_URL"
2221
env:
2322
PR_URL: ${{github.event.pull_request.html_url}}

0 commit comments

Comments
 (0)