@liblaf/actions 1.3.7 → 1.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,7 +44,7 @@ runs:
44
44
  shell: bash
45
45
  - id: lint
46
46
  name: MegaLinter
47
- uses: liblaf/megalinter-custom-flavor-all@main
47
+ uses: liblaf/megalinter-custom-flavor-all@v9
48
48
  env:
49
49
  GITHUB_TOKEN: ${{ inputs.token }}
50
50
  # ref: <https://megalinter.io/latest/config-variables/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liblaf/actions",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/liblaf/actions-src",