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 7b15080 commit a1b2559Copy full SHA for a1b2559
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: true
10
steps:
11
- name: Checkout code
12
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
13
- name: Set up JDK 17
14
uses: actions/setup-java@v4
15
with:
.github/workflows/codespell.yml
@@ -4,7 +4,7 @@ jobs:
4
codespell:
5
runs-on: ubuntu-latest
6
7
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
8
- uses: codespell-project/actions-codespell@master
path: src
.github/workflows/shellcheck.yml
@@ -4,5 +4,5 @@ jobs:
shellcheck:
- uses: ludeeus/action-shellcheck@master
0 commit comments