Skip to content

Commit 5edd29b

Browse files
committed
Upgrade to actions/checkout v6
1 parent 509931f commit 5edd29b

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@v5
26+
- uses: actions/checkout@v6
2727

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

0 commit comments

Comments
 (0)