We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675596c commit ffcf9c0Copy full SHA for ffcf9c0
.github/workflows/hcx-pipeline-docker-build.yml
@@ -21,7 +21,7 @@ jobs:
21
java-version: 11
22
23
- name: Cache Maven dependencies
24
- uses: actions/cache@v2
+ uses: actions/cache@v4
25
with:
26
path: ~/.m2/repository
27
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -57,4 +57,4 @@ jobs:
57
58
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
59
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
60
- aws-region: ap-south-1
+ aws-region: ap-south-1
0 commit comments