Skip to content

Commit 771c6a5

Browse files
authored
Merge pull request #312 from foarsitter/dependabot/github_actions/actions/setup-python-5.4.0
Bump actions/setup-python from 5.3.0 to 5.4.0
2 parents fc56f4a + 929e388 commit 771c6a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 2
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v5.3.0
20+
uses: actions/setup-python@v5.4.0
2121
with:
2222
python-version: "3.10"
2323

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v4
4949

5050
- name: Set up Python ${{ matrix.python }}
51-
uses: actions/setup-python@v5.3.0
51+
uses: actions/setup-python@v5.4.0
5252
with:
5353
python-version: ${{ matrix.python }}
5454
allow-prereleases: true
@@ -129,7 +129,7 @@ jobs:
129129
uses: actions/checkout@v4
130130

131131
- name: Set up Python
132-
uses: actions/setup-python@v5.3.0
132+
uses: actions/setup-python@v5.4.0
133133
with:
134134
python-version: "3.10"
135135

0 commit comments

Comments
 (0)