Skip to content

Commit 1b4fdd6

Browse files
committed
bump dependencies:
* actions/checkout from version 4 to 5 * actions/setup-java from version 4 to 5
1 parent dbda09c commit 1b4fdd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-dependency-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
name: Check dependencies
4343
runs-on: ${{ inputs.runner-os }}
4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v5
4646
with:
4747
show-progress: false
4848
- name: Setup Java
49-
uses: actions/setup-java@v4
49+
uses: actions/setup-java@v5
5050
with:
5151
distribution: ${{ inputs.java-distribution }}
5252
java-version: ${{ inputs.java-version }}

0 commit comments

Comments
 (0)