Skip to content

Commit d856bfb

Browse files
actions/cache updated from v2 to v4 (#230)
1 parent 40ac3c5 commit d856bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/cache-sources-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
echo "::set-output name=date::$(date -u "+%Y-%m-%d")"
1717
shell: bash
1818
working-directory: ${{ inputs.basedir }}
19-
- uses: actions/cache@v2
19+
- uses: actions/cache@v4
2020
with:
2121
path: data/sources
2222
key: data-sources-${{ steps.get-data.outputs.date }}-${{ steps.get-data.outputs.hash }}

0 commit comments

Comments
 (0)