This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 753098f5c2f Update actions/checkout action to v5 (#3605)
753098f5c2f is described below
commit 753098f5c2fc701412879a164d4682b9dcd99eb6
Author: Solr Bot <[email protected]>
AuthorDate: Wed Sep 3 00:15:28 2025 +0200
Update actions/checkout action to v5 (#3605)
---
.github/workflows/dependency-graph-submission.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/dependency-graph-submission.yml
b/.github/workflows/dependency-graph-submission.yml
index 8f827f5de8a..53245abc0c7 100644
--- a/.github/workflows/dependency-graph-submission.yml
+++ b/.github/workflows/dependency-graph-submission.yml
@@ -11,7 +11,7 @@ jobs:
dependency-submission:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- uses: actions/setup-java@v5
with: