Skip to content

Commit 7c269c0

Browse files
authored
Merge pull request #362 from arkedge/renovate/actions-setup-python-5.x
Update actions/setup-python action to v5.1.1
2 parents f7dfa6d + b2c2c82 commit 7c269c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check_encoding.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4.1.7
15-
- uses: actions/setup-python@v5.1.0
15+
- uses: actions/setup-python@v5.1.1
1616
with:
1717
python-version-file: .github/workflows/.python-version
1818
architecture: 'x64'

.github/workflows/python_lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4.1.7
1515

1616
- name: Set up python environment
17-
uses: actions/setup-python@v5.1.0
17+
uses: actions/setup-python@v5.1.1
1818
with:
1919
python-version-file: .github/workflows/.python-version
2020

0 commit comments

Comments
 (0)