summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-09-08 12:06:41 +0800
committerGitHub <noreply@github.com>2025-09-08 12:06:41 +0800
commit8c168e26625ac8376d9156b1b189cd2ae8c16dc7 (patch)
tree0f3ccb411c8ebdb56d90ba5613f31a550a3e7bcb
parent7b516064ec099ef3438024dc264972b4251d8c1a (diff)
downloadzsh-8c168e26625ac8376d9156b1b189cd2ae8c16dc7.tar.gz
zsh-8c168e26625ac8376d9156b1b189cd2ae8c16dc7.tar.bz2
zsh-8c168e26625ac8376d9156b1b189cd2ae8c16dc7.zip
chore(deps): bump actions/setup-python from 5 to 6 (#13293)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/dependencies.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml
index 7cc53371d..11c0ad0ef 100644
--- a/.github/workflows/dependencies.yml
+++ b/.github/workflows/dependencies.yml
@@ -24,7 +24,7 @@ jobs:
app-id: ${{ secrets.OHMYZSH_APP_ID }}
private-key: ${{ secrets.OHMYZSH_APP_PRIVATE_KEY }}
- name: Setup Python
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
with:
python-version: "3.12"
cache: "pip"