Skip to content

Commit

Permalink
Update buildozer_action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Novfensec authored Sep 17, 2024
1 parent 66e53fc commit b2fe242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildozer_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
shell: bash

- name: Cache Buildozer global directory
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: .buildozer_global
key: buildozer-global-${{ hashFiles('buildozer.spec') }}

- uses: actions/cache@v4
- uses: actions/cache@v3
with:
path: .buildozer
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('buildozer.spec') }}
Expand Down

0 comments on commit b2fe242

Please sign in to comment.