Skip to content

Commit

Permalink
Bump actions/cache from 4.0.2 to 4.1.2 (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent 318f251 commit c934f79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,20 @@ runs:
echo "data_dir=$data_dir" >> $GITHUB_OUTPUT
- if: ${{ inputs.cache == 'true' }}
name: Cache platformio directory
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.2
with:
path: ~/.platformio
key: ${{ runner.os }}-esphome-${{ inputs.yaml-file }}-${{ inputs.version }}-platformio
- if: ${{ inputs.cache == 'true' }}
name: Cache build directory
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.2
with:
path: ${{ steps.data-dir.outputs.data_dir }}/build
key: ${{ runner.os }}-esphome-${{ inputs.yaml-file }}-${{ inputs.version }}-build
save-always: true
- if: ${{ inputs.cache == 'true' }}
name: Cache storage directory
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.2
with:
path: ${{ steps.data-dir.outputs.data_dir }}/storage
key: ${{ runner.os }}-esphome-${{ inputs.yaml-file }}-${{ inputs.version }}-storage
Expand Down

0 comments on commit c934f79

Please sign in to comment.