Skip to content

Commit d0f5c95

Browse files
authored
Update GitHub Actions to use latest versions
1 parent b834213 commit d0f5c95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jsoncheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v6
1616

1717
- name: Check JSON syntax
18-
uses: limitusus/json-syntax-check@v1
18+
uses: limitusus/json-syntax-check@v2
1919
with:
2020
pattern: "\\.json$"

0 commit comments

Comments
 (0)