Skip to content

Commit 2a0a967

Browse files
author
Daniel Mikusa
authored
Merge pull request #77 from paketo-buildpacks/update/pipeline
Bump pipeline from 1.21.2 to 1.21.3
2 parents 4abc5ee + 4e31a4a commit 2a0a967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/pipeline-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.21.2
1+
1.21.3

.github/workflows/create-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Docker login gcr.io
1313
if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }}
14-
uses: docker/login-action@v1
14+
uses: docker/login-action@v2
1515
with:
1616
password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }}
1717
registry: gcr.io

0 commit comments

Comments
 (0)