Skip to content

Commit a341c99

Browse files
committed
👷 Update github action
1 parent 0972a6c commit a341c99

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- uses: ruby/setup-ruby@v1
2828
with:
2929
ruby-version: "3.3"
30-
- uses: leso-kn/gh-actions-lua@master
30+
- uses: leafo/gh-actions-lua@v12
3131
with:
3232
luaVersion: "5.3"
33-
- uses: hishamhm/gh-actions-luarocks@master
33+
- uses: luarocks/gh-actions-luarocks@v6
3434
- name: Install Dependencies
3535
run: |
3636
gem install rake

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,37 +42,37 @@ repos:
4242
args:
4343
- --msg-filename
4444
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
45-
rev: 3.4.0
45+
rev: 3.6.0
4646
hooks:
4747
- id: editorconfig-checker
4848
- repo: https://github.com/jumanjihouse/pre-commit-hooks
4949
rev: 3.0.0
5050
hooks:
5151
- id: check-mailmap
5252
- repo: https://github.com/rhysd/actionlint
53-
rev: v1.7.7
53+
rev: v1.7.9
5454
hooks:
5555
- id: actionlint
5656
- repo: https://github.com/adrienverge/yamllint
5757
rev: v1.37.1
5858
hooks:
5959
- id: yamllint
6060
- repo: https://github.com/executablebooks/mdformat
61-
rev: 0.7.22
61+
rev: 1.0.0
6262
hooks:
6363
- id: mdformat
6464
additional_dependencies:
6565
- mdformat-pyproject
6666
- mdformat-gfm
67-
- mdformat-myst
67+
# - mdformat-myst
6868
- mdformat-toc
6969
- mdformat-deflist
70-
# - mdformat-beautysh
70+
- mdformat-beautysh
7171
- mdformat-ruff
7272
- mdformat-config
7373
- mdformat-web
7474
- repo: https://github.com/DavidAnson/markdownlint-cli2
75-
rev: v0.18.1
75+
rev: v0.19.1
7676
hooks:
7777
- id: markdownlint-cli2
7878
additional_dependencies:
@@ -82,7 +82,7 @@ repos:
8282
hooks:
8383
- id: luacheck
8484
- repo: https://github.com/NixOS/nixfmt
85-
rev: v1.0.0
85+
rev: v1.1.0
8686
hooks:
8787
- id: nixfmt
8888

0 commit comments

Comments
 (0)