We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7dfa6d commit b2c2c82Copy full SHA for b2c2c82
.github/workflows/check_encoding.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4.1.7
15
- - uses: actions/setup-python@v5.1.0
+ - uses: actions/setup-python@v5.1.1
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.0
+ uses: actions/setup-python@v5.1.1
19
20
0 commit comments