Skip to content

Commit a6e1386

Browse files
authored
Merge pull request #242 from python-discord/dependabot/github_actions/ci-dependencies-1cc54e3a68
Bump actions/setup-python from 5 to 6 in the ci-dependencies group
2 parents c23e8cd + e3a19ae commit a6e1386

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Set up Python
1717
id: python
18-
uses: actions/setup-python@v5
18+
uses: actions/setup-python@v6
1919
with:
2020
python-version: "3.11"
2121
cache: pip

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@v5
6161

6262
- name: Set up Python
63-
uses: actions/setup-python@v5
63+
uses: actions/setup-python@v6
6464
with:
6565
python-version: "3.11"
6666
cache: pip

0 commit comments

Comments
 (0)