Skip to content

Commit 81a07aa

Browse files
update version to latest release of buildpacks/github-actions
Signed-off-by: GitHub <[email protected]>
1 parent 0f384c1 commit 81a07aa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/register-buildpack.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
if: ${{ startsWith(github.event.issue.title, 'ADD') }}
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: docker://ghcr.io/buildpacks/actions/registry/compute-metadata:5.9.3
13+
- uses: docker://ghcr.io/buildpacks/actions/registry/compute-metadata:5.9.5
1414
id: metadata
1515
with:
1616
issue: ${{ toJSON(github.event.issue) }}
17-
- uses: docker://ghcr.io/buildpacks/actions/registry/verify-namespace-owner:5.9.3
17+
- uses: docker://ghcr.io/buildpacks/actions/registry/verify-namespace-owner:5.9.5
1818
id: verify-namespace-owner
1919
with:
2020
token: ${{ secrets.DISTRIBUTION_GITHUB_TOKEN }}
@@ -23,13 +23,13 @@ jobs:
2323
namespace: ${{ steps.metadata.outputs.namespace }}
2424
user: ${{ toJSON(github.event.issue.user) }}
2525
add-if-missing: true
26-
- uses: docker://ghcr.io/buildpacks/actions/buildpackage/verify-metadata:5.9.3
26+
- uses: docker://ghcr.io/buildpacks/actions/buildpackage/verify-metadata:5.9.5
2727
with:
2828
token: ${{ secrets.DISTRIBUTION_GITHUB_TOKEN }}
2929
id: ${{ steps.metadata.outputs.id }}
3030
version: ${{ steps.metadata.outputs.version }}
3131
address: ${{ steps.metadata.outputs.address }}
32-
- uses: docker://ghcr.io/buildpacks/actions/registry/add-entry:5.9.3
32+
- uses: docker://ghcr.io/buildpacks/actions/registry/add-entry:5.9.5
3333
with:
3434
token: ${{ secrets.DISTRIBUTION_GITHUB_TOKEN }}
3535
owner: ${{ secrets.INDEX_OWNER }}
@@ -67,19 +67,19 @@ jobs:
6767
if: ${{ startsWith(github.event.issue.title, 'YANK') }}
6868
runs-on: ubuntu-latest
6969
steps:
70-
- uses: docker://ghcr.io/buildpacks/actions/registry/compute-metadata:5.9.3
70+
- uses: docker://ghcr.io/buildpacks/actions/registry/compute-metadata:5.9.5
7171
id: metadata
7272
with:
7373
issue: ${{ toJSON(github.event.issue) }}
74-
- uses: docker://ghcr.io/buildpacks/actions/registry/verify-namespace-owner:5.9.3
74+
- uses: docker://ghcr.io/buildpacks/actions/registry/verify-namespace-owner:5.9.5
7575
id: verify-namespace-owner
7676
with:
7777
token: ${{ secrets.DISTRIBUTION_GITHUB_TOKEN }}
7878
owner: ${{ secrets.NAMESPACES_OWNER }}
7979
repository: ${{ secrets.NAMESPACES_REPOSITORY }}
8080
namespace: ${{ steps.metadata.outputs.namespace }}
8181
user: ${{ toJSON(github.event.issue.user) }}
82-
- uses: docker://ghcr.io/buildpacks/actions/registry/yank-entry:5.9.3
82+
- uses: docker://ghcr.io/buildpacks/actions/registry/yank-entry:5.9.5
8383
with:
8484
token: ${{ secrets.DISTRIBUTION_GITHUB_TOKEN }}
8585
owner: ${{ secrets.INDEX_OWNER }}

0 commit comments

Comments
 (0)