Skip to content

Commit e57a4d6

Browse files
authored
Merge pull request #256 from PokemonAutomation/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 2 to 6
2 parents 3cb0376 + df909f3 commit e57a4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jsoncheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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
1818
uses: limitusus/json-syntax-check@v1

0 commit comments

Comments
 (0)