Skip to content

Commit 6806bf4

Browse files
authored
chore: Update outdated GitHub Actions versions (#1177)
1 parent da77846 commit 6806bf4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-readme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0 # Fetch all history for git operations
2525

2626
- name: Set up Java
27-
uses: actions/setup-java@v4
27+
uses: actions/setup-java@v5
2828
with:
2929
distribution: "temurin"
3030
java-version: "25"

0 commit comments

Comments
 (0)