Skip to content

Commit a53a576

Browse files
authored
Merge pull request #14 from Fabio3rs/dependabot/github_actions/actions/cache-5
security: bump actions/cache from 4 to 5
2 parents 4983df5 + 4d615a2 commit a53a576

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Test, Build and Test-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
mkdir -p build
4444
4545
- name: Cache build
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
with:
4848
path: ${{github.workspace}}/build
4949
key: ${{ runner.os }}-build

0 commit comments

Comments
 (0)