Skip to content

Commit 5afc0fb

Browse files
authored
Merge pull request #427 from arkedge/renovate/actions-setup-python-5.x
chore(deps): update actions/setup-python action to v5.4.0
2 parents 48f3762 + 882e8ae commit 5afc0fb

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.2.2
15-
- uses: actions/setup-python@v5.3.0
15+
- uses: actions/setup-python@v5.4.0
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.2.2
1515

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

0 commit comments

Comments
 (0)