Skip to content

Commit 377d71f

Browse files
authored
fix: update actions/cache and README example (#38)
* fix: actions/cache The actions/cache library has sunset all versions below 4.0.0, this bumps it to 4.0.3. It is intended to be a drop in replacement and api compatible. fixes #37 * docs: Update Example The format for actions is required to be @[ref/tag/version] now. This updates the example to reflect that. fixes #30
1 parent 94a8311 commit 377d71f

File tree

5 files changed

+8861
-2157
lines changed

5 files changed

+8861
-2157
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fi
2929
- name: Validate workflows
3030
if: steps.check-for-changed-workflows.outputs.any_changed == 'true'
31-
uses: dsanders11/json-schema-validate-action
31+
uses: dsanders11/json-schema-validate-action@1.2.0
3232
with:
3333
schema: https://json.schemastore.org/github-workflow.json
3434
files: .github/workflows/**.yml

0 commit comments

Comments
 (0)