Skip to content

Commit

Permalink
Bump actions/cache from v2 to v4
Browse files Browse the repository at this point in the history
Per Deprecation Notice:

- actions/cache#1510

Signed-off-by: Roger Sheen <[email protected]>
  • Loading branch information
infotexture committed Dec 15, 2024
1 parent ca32c6e commit a116036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/render/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
run: |
curl -sL https://github.com/dita-ot/org.dita-ot.html/archive/refs/heads/${{ inputs.WEBSITE_PLUGIN_BRANCH }}.zip -o org.dita-ot.html.zip
- name: Cache stable DITA-OT
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: dita-ot-${{ inputs.DITA_OT_VERSION }}
key: ${{ runner.os }}-dita-ot-${{ inputs.DITA_OT_VERSION }}
Expand Down

0 comments on commit a116036

Please sign in to comment.