Skip to content

Commit

Permalink
Merge pull request #2218 from newrelic/update-ait-cache
Browse files Browse the repository at this point in the history
Update ait cache to v4.2.0
  • Loading branch information
obenkenobi authored Jan 23, 2025
2 parents e8715f2 + 24bba2c commit d492642
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Test-AITs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
steps:
- name: Retrieve agent from cache
id: retrieve-agent
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # pin@v4
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # [email protected] # pin@v4
with:
path: /home/runner/work/newrelic-java-agent/newrelic-java-agent/newrelic-agent/build/newrelicJar/newrelic.jar
key: agent-jar-${{ github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/X-Reusable-BuildAgent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: ./gradlew $GRADLE_OPTIONS clean jar

- name: Cache agent
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # pin@v4
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # [email protected] # pin@v4
with:
path: /home/runner/work/newrelic-java-agent/newrelic-java-agent/newrelic-agent/build/newrelicJar/newrelic.jar
key: agent-jar-${{ github.run_id }}
2 changes: 1 addition & 1 deletion .github/workflows/X-Reusable-VerifyInstrumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Retrieve agent from cache
id: retrieve-agent
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # pin@v4
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # [email protected] # pin@v4
with:
path: /home/runner/work/newrelic-java-agent/newrelic-java-agent/newrelic-agent/build/newrelicJar/newrelic.jar
key: agent-jar-${{ github.run_id }}
Expand Down

0 comments on commit d492642

Please sign in to comment.