Skip to content

Commit 8693be6

Browse files
authored
Merge pull request #172 from aurelianware/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents bc0d938 + 488f1bd commit 8693be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-containers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
uses: actions/checkout@v4
123123

124124
- name: Set up Python
125-
uses: actions/setup-python@v5
125+
uses: actions/setup-python@v6
126126
with:
127127
python-version: '3.11'
128128

0 commit comments

Comments
 (0)