Skip to content

Commit f61aaf0

Browse files
committed
Updated buildpacks/github-actions action from v5.11.0 to v5.12.0
1 parent fde7603 commit f61aaf0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

implementation/.github/workflows/push-buildpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
password: ${{ env.GCR_PASSWORD }}
113113
registry: ${{ env.GCR_REGISTRY }}
114114

115-
- uses: buildpacks/github-actions/setup-tools@v5.11.0
115+
- uses: buildpacks/github-actions/setup-tools@v5.12.0
116116
- name: Push to DockerHub
117117
if: ${{ steps.parse_configs.outputs.push_to_dockerhub == 'true' }}
118118
id: push

language-family/.github/workflows/push-buildpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
echo "push_to_gcr=${push_to_gcr}" >> "$GITHUB_OUTPUT"
6262
6363
- name: Install yj and crane
64-
uses: buildpacks/github-actions/setup-tools@v5.11.0
64+
uses: buildpacks/github-actions/setup-tools@v5.12.0
6565

6666
- name: Validate version
6767
run: |

0 commit comments

Comments
 (0)