We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23689ee + 46537ff commit 15d9896Copy full SHA for 15d9896
.github/workflows/linter.yaml
@@ -23,7 +23,7 @@ jobs:
23
# Full git history is needed to get a proper
24
# list of changed files within `super-linter`
25
fetch-depth: 0
26
- - uses: actions/setup-python@v5.4.0
+ - uses: actions/setup-python@v5.5.0
27
with:
28
python-version: "3.12"
29
- name: Install dependencies
.github/workflows/python-package.yml
steps:
- uses: actions/[email protected]
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v5.4.0
+ uses: actions/setup-python@v5.5.0
python-version: ${{ matrix.python-version }}
0 commit comments