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 3503360 commit 486b484Copy full SHA for 486b484
.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
@@ -25,7 +25,7 @@ jobs:
id: tag
26
uses: aws-pca-k8s-plugin-ops-admin/action-get-tag@727a6f0a561be04e09013531e73a3983a65e3479
27
28
29
30
31
0 commit comments