We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708edfd commit 9d1155dCopy full SHA for 9d1155d
.github/workflows/on-push-to-main-branch.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
fetch-depth: 0
21
- name: Setup Dockerx
22
- uses: docker/setup-buildx-action@v1
+ uses: docker/setup-buildx-action@v3
23
- name: Setup AWS Credentials
24
uses: aws-actions/configure-aws-credentials@master
25
.github/workflows/on-release.yml
@@ -23,7 +23,7 @@ jobs:
id: tag
uses: divyansh-gupta/action-get-tag@727a6f0a561be04e09013531e73a3983a65e3479
26
27
28
29
0 commit comments