This is an automated email from the ASF dual-hosted git repository.
monkeydluffy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new fc576febd chore(deps): bump actions/setup-python from 4 to 5 (#10611)
fc576febd is described below
commit fc576febd5effd4f1f4d5da74689504a2c6f5fa8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 7 15:23:01 2023 +0800
chore(deps): bump actions/setup-python from 4 to 5 (#10611)
---
.github/workflows/link-check.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml
index 20b2f16ec..75758a912 100644
--- a/.github/workflows/link-check.yml
+++ b/.github/workflows/link-check.yml
@@ -39,7 +39,7 @@ jobs:
wget
https://raw.githubusercontent.com/xuruidong/markdown-link-checker/main/link_checker.py
- name: Setup python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: '3.9'