We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc45c64 commit 09114b6Copy full SHA for 09114b6
.github/workflows/json.yml
@@ -7,7 +7,7 @@ jobs:
7
test-json:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
11
- name: json-syntax-check
12
uses: limitusus/json-syntax-check@v2
13
with:
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
build:
14
- name: Set up JDK 8
15
uses: actions/setup-java@v5
16
.github/workflows/spellcheck.yml
@@ -9,7 +9,7 @@ jobs:
- name: Check out code.
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Check spelling
uses: codespell-project/actions-codespell@v2
0 commit comments