4444 VERSION : ${{ needs.get-version.outputs.version }}
4545 steps :
4646 - name : Set up Docker Buildx
47- uses : docker/setup-buildx-action@v3.12 .0
47+ uses : docker/setup-buildx-action@v4.0 .0
4848 - name : Configure AWS credentials
4949 uses : aws-actions/configure-aws-credentials@v6.0.0
5050 with :
5353 aws-region : ${{ vars.ECR_REGION }}
5454 - name : Login to private ECR
5555 id : login-private-ecr
56- uses : aws-actions/amazon-ecr-login@v2.0.1
56+ uses : aws-actions/amazon-ecr-login@v2.0.2
5757 - name : Login to public ECR
58- uses : aws-actions/amazon-ecr-login@v2.0.1
58+ uses : aws-actions/amazon-ecr-login@v2.0.2
5959 env :
6060 AWS_REGION : ${{ vars.ECR_PUBLIC_REGION }}
6161 with :
9494 - name : Create a GitHub release
9595 id : create-github-release
9696 if : inputs.github_release
97- uses : softprops/action-gh-release@v2.5.0
97+ uses : softprops/action-gh-release@v2.6.1
9898 with :
9999 target_commitish : ${{ github.sha }}
100100 tag_name : ${{ env.VERSION }}
@@ -133,7 +133,7 @@ jobs:
133133 steps :
134134 - name : Get GitHub App token
135135 id : app_token
136- uses : actions/create-github-app-token@v2.2.1
136+ uses : actions/create-github-app-token@v3.0.0
137137 with :
138138 app-id : ${{ vars.DEVOPS_GITHUB_APP_ID }}
139139 private-key : ${{ secrets.DEVOPS_GITHUB_APP_PEM }}
@@ -154,7 +154,7 @@ jobs:
154154 steps :
155155 - name : Get token from Github App
156156 id : app_token
157- uses : actions/create-github-app-token@v2.2.1
157+ uses : actions/create-github-app-token@v3.0.0
158158 with :
159159 app-id : ${{ vars.DEVOPS_GITHUB_APP_ID }}
160160 private-key : ${{ secrets.DEVOPS_GITHUB_APP_PEM }}
@@ -175,7 +175,7 @@ jobs:
175175 steps :
176176 - name : Get GitHub App token
177177 id : app_token
178- uses : actions/create-github-app-token@v2.2.1
178+ uses : actions/create-github-app-token@v3.0.0
179179 with :
180180 app-id : ${{ vars.DEVOPS_GITHUB_APP_ID }}
181181 private-key : ${{ secrets.DEVOPS_GITHUB_APP_PEM }}
0 commit comments