Skip to content

Commit

Permalink
Merge pull request #117 from saveourtool/renovate/major-all-github-ac…
Browse files Browse the repository at this point in the history
…tions

Update actions/cache action to v4
  • Loading branch information
nulls authored Jan 23, 2024
2 parents d551c0c + 77a3271 commit c4ec6a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
kv=$(cat gradle/libs.versions.toml | grep '^kotlin =' | awk -F'[=]' '{print $2}' | tr -d '" ')
echo KOTLIN_VERSION=$kv >> $GITHUB_ENV
- name: Cache konan
uses: actions/cache@v3
uses: actions/cache@v4
with:
# [@actions/glob](https://github.com/actions/toolkit/tree/main/packages/glob) is used to match paths
# It should correctly expand `~` on every OS.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: 'Cache ~/.konan'
id: cache-konan
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.konan
Expand Down

0 comments on commit c4ec6a2

Please sign in to comment.