Skip to content

Commit ef46f57

Browse files
chore(deps): update actions/cache action to v6
1 parent 93edc84 commit ef46f57

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Mise Environment
2020
uses: jdx/mise-action@v3
2121
- name: Cache Go modules
22-
uses: actions/cache@v5
22+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
2323
with:
2424
path: |
2525
~/.cache/go-build

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: jdx/mise-action@v3
2424

2525
- name: Cache Go Modules
26-
uses: actions/cache@v5
26+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
2727
with:
2828
path: |
2929
~/.cache/go-build

0 commit comments

Comments
 (0)