Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: GitHub noreply@github.com Date: Mon, 12 Feb 2024 22:45:35 UTC Commit: 6fc6f938416933f69a2d523a2ad2beef9d1884ec https://github.com/geany/geany/commit/6fc6f938416933f69a2d523a2ad2beef9d1884...
Log Message: ----------- Merge pull request #3763 from geany/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
Modified Paths: -------------- .github/workflows/build.yml
Modified: .github/workflows/build.yml 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -56,7 +56,7 @@ jobs: run: echo "timestamp=$(date +%Y-%m-%d-%H-%M)" >> $GITHUB_OUTPUT
- name: Configure ccache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ env.CCACHE_DIR }} key: ${{ runner.os }}-${{ github.job }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }} @@ -128,7 +128,7 @@ jobs: run: echo "timestamp=$(date +%Y-%m-%d-%H-%M)" >> $GITHUB_OUTPUT
- name: Configure ccache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ env.CCACHE_DIR }} key: ${{ runner.os }}-${{ github.job }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).