Skip to content

Commit 7665cc5

Browse files
Update .github/workflows/ci.yml
Co-authored-by: Gabriel Cruz <8129788+gmelodie@users.noreply.github.com>
1 parent 27d5e29 commit 7665cc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
repo-token: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Cache nimble packages
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
with:
3232
path: ~/.nimble
3333
key: ${{ runner.os }}-nimble-${{ matrix.nim-version }}-${{ hashFiles('*.nimble') }}

0 commit comments

Comments
 (0)