Skip to content

Commit ffcf9c0

Browse files
Update hcx-pipeline-docker-build.yml
1 parent 675596c commit ffcf9c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hcx-pipeline-docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
java-version: 11
2222

2323
- name: Cache Maven dependencies
24-
uses: actions/cache@v2
24+
uses: actions/cache@v4
2525
with:
2626
path: ~/.m2/repository
2727
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -57,4 +57,4 @@ jobs:
5757
with:
5858
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
5959
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
60-
aws-region: ap-south-1
60+
aws-region: ap-south-1

0 commit comments

Comments
 (0)