2 parents fa24741 + d84d39a commit 138c0a7Copy full SHA for 138c0a7
1 file changed
.github/workflows/lint.yaml
@@ -13,7 +13,7 @@ jobs:
13
just:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- uses: extractions/setup-just@v3
18
with:
19
just-version: "1.24.0"
@@ -25,7 +25,7 @@ jobs:
25
ruff:
26
27
28
29
- name: Set up Python 3.11
30
uses: actions/setup-python@v5
31
@@ -42,5 +42,5 @@ jobs:
42
yamllint:
43
44
45
46
- uses: karancode/yamllint-github-action@v3.0.0
0 commit comments