Skip to content

Commit e55bbf7

Browse files
build(deps): bump actions/cache from 5 to 6 (#33)
1 parent 4c5ee24 commit e55bbf7

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@v5
137+
uses: actions/cache@v6
138138
with:
139139
path: ${{ env.MODFLOW_BIN_PATH }}
140140
key: ${{ steps.cache-key.outputs.key }}

0 commit comments

Comments
 (0)