Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 29, 2024
1 parent 66eda81 commit 6090685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
java-version: 11

- name: Cache Kotlin/Native compiler
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 # v3.0.7
with:
path: ~/.konan
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties', 'gradle/libs.versions.toml') }}
Expand Down

0 comments on commit 6090685

Please sign in to comment.