We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48f3762 + 882e8ae commit 5afc0fbCopy full SHA for 5afc0fb
.github/workflows/check_encoding.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4.2.2
15
- - uses: actions/setup-python@v5.3.0
+ - uses: actions/setup-python@v5.4.0
16
with:
17
python-version-file: .github/workflows/.python-version
18
architecture: 'x64'
.github/workflows/python_lint.yml
@@ -14,7 +14,7 @@ jobs:
- name: Set up python environment
- uses: actions/setup-python@v5.3.0
+ uses: actions/setup-python@v5.4.0
19
20
0 commit comments