Skip to content

Commit

Permalink
Update actions/cache action to v2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 20, 2024
1 parent ca52ece commit 15fb284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Cache Tools
uses: actions/cache@26968a09c0ea4f3e233fdddbafd1166051a095f6 # v2.1.4
uses: actions/cache@2b250bc32ad02700b996b496c14ac8c2840a2991 # v2.1.8
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
Expand Down

0 comments on commit 15fb284

Please sign in to comment.