Skip to content

Commit

Permalink
Update actions/cache action to v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent 1a3844e commit 261ef1d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
uses: actions/[email protected]

- name: "Unit test coverage cache"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ github.workspace }}/build/jacoco/**
key: ${{ runner.os }}-jacoco-unitTest-${{ github.run_id }}
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
uses: actions/[email protected]

- name: "Functional test coverage cache"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ github.workspace }}/build/jacoco/**
key: ${{ runner.os }}-jacoco-functionalTest-${{ github.run_id }}
Expand Down Expand Up @@ -191,13 +191,13 @@ jobs:
uses: actions/[email protected]

- name: "Load unit test coverage cache"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ github.workspace }}/build/jacoco/**
key: ${{ runner.os }}-jacoco-unitTest-${{ github.run_id }}

- name: "Load functional test coverage cache"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ github.workspace }}/build/jacoco/**
key: ${{ runner.os }}-jacoco-functionalTest-${{ github.run_id }}
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
uses: actions/[email protected]

- name: "Load compile cache"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ github.workspace }}/build/**
key: ${{ runner.os }}-compile-${{ github.run_id }}
Expand Down

0 comments on commit 261ef1d

Please sign in to comment.