We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931234a commit a8f048bCopy full SHA for a8f048b
.github/workflows/dependabot-auto-merge.yaml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- name: Dependabot metadata
14
id: metadata
15
- uses: dependabot/fetch-metadata@v1
+ uses: dependabot/fetch-metadata@v2
16
with:
17
github-token: "${{ secrets.GITHUB_TOKEN }}"
18
.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
40
password: "${{ steps.auth.outputs.access_token }}"
41
- name: Build and push
42
if: github.ref == 'refs/heads/main'
43
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
44
45
context: .
46
file: Dockerfile
0 commit comments