Skip to content

Commit 2d19c3b

Browse files
authored
Merge pull request cds-hooks#424 from buildpacks/jkutner/update-github-actions
Update github-actions to 4.4.0
2 parents 5610096 + a0eae8e commit 2d19c3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/buildpack-author-guide/publishing-with-github-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
username: ${{ secrets.DOCKER_HUB_USER }}
4343
password: ${{ secrets.DOCKER_HUB_PASS }}
4444
- id: setup-pack
45-
uses: buildpacks/github-actions/setup-pack@v4.1.0
45+
uses: buildpacks/github-actions/setup-pack@v4.4.0
4646
- id: package
4747
run: |
4848
#!/usr/bin/env bash
@@ -59,7 +59,7 @@ jobs:
5959
env:
6060
REPO: docker.io/${{ secrets.DOCKER_HUB_USER }}
6161
- id: register
62-
uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:4.1.0
62+
uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:4.4.0
6363
with:
6464
token: ${{ secrets.PUBLIC_REPO_TOKEN }}
6565
id: ${{ steps.package.outputs.bp_id }}

0 commit comments

Comments
 (0)