[PR #31114] chore: Update outdated GitHub Actions versions #33092

Closed
opened 2026-02-21 20:52:39 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/31114

State: closed
Merged: Yes


[!IMPORTANT]

  1. Make sure you have read our contribution guidelines
  2. Ensure there is an associated issue and you have been assigned to it
  3. Use the correct syntax to link this PR: Fixes: https://github.com/langgenius/dify/issues/31115

Summary

This PR updates outdated GitHub Action versions to ensure compatibility with the latest workflows. The changes include:

  • Updating actions/stale from v5 to v10 in .github/workflows/stale.yml
  • Updating appleboy/ssh-action from v0.1.8 to v1 in .github/workflows/deploy-agent-dev.yml and .github/workflows/deploy-dev.yml
  • Updating tj-actions/changed-files from v46 to v47 in .github/workflows/autofix.yml
  • Updating actions/download-artifact from v4 to v7 in .github/workflows/build-push.yml
  • Updating actions/checkout from v4 to v6 in .github/workflows/trigger-i18n-sync.yml
  • Updating actions/setup-python from v5 to v6 in .github/workflows/autofix.yml

Screenshots

Before After
... ...

Checklist

  • This change requires a documentation update, included: Dify Document
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran make lint and make type-check (backend) and cd web && npx lint-staged (frontend) to appease the lint gods

PR Title

Update GitHub Action versions

PR Description

This PR updates outdated GitHub Action versions to ensure compatibility with the latest workflows. The changes include:

  • actions/stale from v5 to v10
  • appleboy/ssh-action from v0.1.8 to v1 in multiple workflows
  • tj-actions/changed-files from v46 to v47
  • actions/download-artifact from v4 to v7
  • actions/checkout from v4 to v6
  • actions/setup-python from v5 to v6

The changes will be tested in the CI pipeline of the pull request.

**Original Pull Request:** https://github.com/langgenius/dify/pull/31114 **State:** closed **Merged:** Yes --- ## [!IMPORTANT] 1. Make sure you have read our [contribution guidelines](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) 2. Ensure there is an associated issue and you have been assigned to it 3. Use the correct syntax to link this PR: Fixes: https://github.com/langgenius/dify/issues/31115 ## Summary This PR updates outdated GitHub Action versions to ensure compatibility with the latest workflows. The changes include: - Updating `actions/stale` from `v5` to `v10` in `.github/workflows/stale.yml` - Updating `appleboy/ssh-action` from `v0.1.8` to `v1` in `.github/workflows/deploy-agent-dev.yml` and `.github/workflows/deploy-dev.yml` - Updating `tj-actions/changed-files` from `v46` to `v47` in `.github/workflows/autofix.yml` - Updating `actions/download-artifact` from `v4` to `v7` in `.github/workflows/build-push.yml` - Updating `actions/checkout` from `v4` to `v6` in `.github/workflows/trigger-i18n-sync.yml` - Updating `actions/setup-python` from `v5` to `v6` in `.github/workflows/autofix.yml` ## Screenshots | Before | After | |--------|-----| | ... | ... | ## Checklist - [ ] This change requires a documentation update, included: [Dify Document](https://github.com/langgenius/dify-docs) - [ ] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change. - [ ] I've updated the documentation accordingly. - [ ] I ran `make lint` and `make type-check` (backend) and `cd web && npx lint-staged` (frontend) to appease the lint gods ## PR Title Update GitHub Action versions ## PR Description This PR updates outdated GitHub Action versions to ensure compatibility with the latest workflows. The changes include: - `actions/stale` from `v5` to `v10` - `appleboy/ssh-action` from `v0.1.8` to `v1` in multiple workflows - `tj-actions/changed-files` from `v46` to `v47` - `actions/download-artifact` from `v4` to `v7` - `actions/checkout` from `v4` to `v6` - `actions/setup-python` from `v5` to `v6` The changes will be tested in the CI pipeline of the pull request.
yindo added the pull-request label 2026-02-21 20:52:39 -05:00
yindo closed this issue 2026-02-21 20:52:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#33092