Skip to content

Commit

Permalink
IS 1107 update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Dec 11, 2024
1 parent 72d21fa commit b85a504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
message("::set-output name=timestamp::${current_date}")
- name: ccache cache files
uses: actions/cache@v1.1.0
uses: actions/cache@v4.2.0
with:
path: .ccache
key: ${ { matrix.config.name } }-ccache-${ { steps.ccache_cache_timestamp.outputs.timestamp } }
Expand Down

0 comments on commit b85a504

Please sign in to comment.