We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da77846 commit 6806bf4Copy full SHA for 6806bf4
1 file changed
.github/workflows/update-readme.yml
@@ -19,12 +19,12 @@ jobs:
19
20
steps:
21
- name: Checkout repository
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
23
with:
24
fetch-depth: 0 # Fetch all history for git operations
25
26
- name: Set up Java
27
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
28
29
distribution: "temurin"
30
java-version: "25"
0 commit comments