Skip to content

Commit

Permalink
Merge pull request #1665 from provenceee/backend-action-develop
Browse files Browse the repository at this point in the history
upgrade backend action version
  • Loading branch information
Sherlockhan authored Nov 13, 2024
2 parents 8812773 + 52b7530 commit f6f66b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/common/backend/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ runs:
tar -zxf nacos-server-2.1.0.tar.gz
bash nacos/bin/startup.sh -m standalone
- name: Set up python
uses: actions/setup-python@v3.1.3
uses: actions/setup-python@v5
with:
python-version: '3.10'

0 comments on commit f6f66b0

Please sign in to comment.