We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4742237 + 6b08d60 commit 0716f57Copy full SHA for 0716f57
.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.1.1
+ - uses: actions/setup-python@v5.3.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.1.1
+ uses: actions/setup-python@v5.3.0
19
20
0 commit comments