Skip to content

Commit

Permalink
GitHub Actions: Use ccache-action@v1
Browse files Browse the repository at this point in the history
The v1 tag was updated so this is current the same as v1.2, but by using
v1 we should automatically get updated to a potential @1.3 in the
future.
  • Loading branch information
bjorn committed Jan 23, 2023
1 parent 7f38dc5 commit 142d565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
./dist/install-qt.sh --version ${QTCREATOR_VERSION} qtcreator | tee -a $GITHUB_PATH
- name: Setup ccache
uses: hendrikmuhs/ccache-action@v1.2
uses: hendrikmuhs/ccache-action@v1
with:
max-size: 250M

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup ccache
uses: hendrikmuhs/ccache-action@v1.2
uses: hendrikmuhs/ccache-action@v1
with:
max-size: 250M

Expand Down

0 comments on commit 142d565

Please sign in to comment.