Skip to content

Commit 46e71dc

Browse files
authored
Merge pull request #546 from gradle/jpearlin/bump-ac-action-v0.0.5-rc-4
Bump Develocity Artifact Cache GitHub Action to v1
2 parents 8397ade + 76c213e commit 46e71dc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-verification-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
develocity-access-key: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}
3232
gradle-version: 'release-candidate'
3333
- name: Setup Develocity Artifact Cache
34-
uses: gradle/develocity-artifact-cache-github-action@484d1b6daf36415410336eed9d8c3579f0fb55fd # v0.0.5
34+
uses: gradle/develocity-artifact-cache-github-action@v1
3535
with:
3636
develocity-url: https://ge.solutions-team.gradle.com
3737
develocity-access-key: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}
@@ -70,7 +70,7 @@ jobs:
7070
develocity-access-key: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}
7171
gradle-version: '${{ matrix.gradle-version }}'
7272
- name: Setup Develocity Artifact Cache
73-
uses: gradle/develocity-artifact-cache-github-action@484d1b6daf36415410336eed9d8c3579f0fb55fd # v0.0.5
73+
uses: gradle/develocity-artifact-cache-github-action@v1
7474
with:
7575
develocity-url: https://ge.solutions-team.gradle.com
7676
develocity-access-key: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}

.github/workflows/build-verification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache-disabled: true
2626
develocity-access-key: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}
2727
- name: Setup Develocity Artifact Cache
28-
uses: gradle/develocity-artifact-cache-github-action@484d1b6daf36415410336eed9d8c3579f0fb55fd # v0.0.5
28+
uses: gradle/develocity-artifact-cache-github-action@v1
2929
with:
3030
develocity-url: https://ge.solutions-team.gradle.com
3131
develocity-access-key: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}
@@ -84,7 +84,7 @@ jobs:
8484
gradle-version: '${{ matrix.gradle-version }}'
8585
- name: Setup Develocity Artifact Cache
8686
if: matrix.universal-cache
87-
uses: gradle/develocity-artifact-cache-github-action@484d1b6daf36415410336eed9d8c3579f0fb55fd # v0.0.5
87+
uses: gradle/develocity-artifact-cache-github-action@v1
8888
with:
8989
develocity-url: https://ge.solutions-team.gradle.com
9090
develocity-access-key: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}

0 commit comments

Comments
 (0)