Skip to content

Commit 6311d09

Browse files
authored
Merge pull request #125 from dannytsang/dependabot/github_actions/actions/setup-python-6
2 parents 877a91d + 14f87d3 commit 6311d09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- name: ⤵️ Check out configuration from GitHub
132132
uses: actions/checkout@v5
133133
- name: Set up Python
134-
uses: actions/setup-python@v5
134+
uses: actions/setup-python@v6
135135
with:
136136
python-version: 3.12
137137
- name: Install dependencies

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
- name: ⤵️ Check out configuration from GitHub
7171
uses: actions/checkout@v5
7272
- name: Set up Python
73-
uses: actions/setup-python@v5
73+
uses: actions/setup-python@v6
7474
with:
7575
python-version: 3.12
7676
- name: Install dependencies

0 commit comments

Comments
 (0)