Skip to content

Commit 48afa82

Browse files
authored
Merge pull request godotengine#1329 from godotengine/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 39ca745 + a7becb4 commit 48afa82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
continue-on-error: true
105105

106106
- name: Set up Python (for SCons)
107-
uses: actions/setup-python@v4
107+
uses: actions/setup-python@v5
108108
with:
109109
python-version: '3.x'
110110

0 commit comments

Comments
 (0)