Skip to content

Commit 5b775b0

Browse files
committed
actions: upgrade to checkout@v5
1 parent 64caa89 commit 5b775b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
# Check-out the repository under $GITHUB_WORKSPACE
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727

2828
- name: Setup JDK 8
2929
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)