-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2218 from newrelic/update-ait-cache
Update ait cache to v4.2.0
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|