Skip to content

Commit f2c0569

Browse files
build(deps): bump actions/cache from 4 to 5 (#31)
1 parent 3a36139 commit f2c0569

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ runs:
134134
- name: Cache executables
135135
if: inputs.cache == 'true'
136136
id: cache-modflow
137-
uses: actions/cache@v4
137+
uses: actions/cache@v5
138138
with:
139139
path: ${{ env.MODFLOW_BIN_PATH }}
140140
key: ${{ steps.cache-key.outputs.key }}

0 commit comments

Comments
 (0)