Skip to content

Commit e8fda40

Browse files
committed
Updating github-config
1 parent b83946f commit e8fda40

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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.1
116116
- name: Push to DockerHub
117117
if: ${{ steps.parse_configs.outputs.push_to_dockerhub == 'true' }}
118118
id: push

scripts/.util/tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"createpackage": "v1.73.0",
33
"jam": "v2.17.3",
4-
"libpaktools": "v0.5.0",
5-
"pack": "v0.40.3"
4+
"libpaktools": "v0.6.0",
5+
"pack": "v0.40.4"
66
}

0 commit comments

Comments
 (0)