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.
1 parent c5e4a91 commit aaca5faCopy full SHA for aaca5fa
.github/workflows/main.yml
@@ -23,9 +23,9 @@ jobs:
23
- os: macos-latest
24
python-version: "3.7"
25
steps:
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
- name: Set up Python ${{ matrix.python-version }}
28
- uses: actions/setup-python@v4
+ uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
29
with:
30
python-version: ${{ matrix.python-version }}
31
cache: 'pip'
@@ -44,4 +44,4 @@ jobs:
44
black --check --diff .
45
- name: Check with flake8
46
run: |
47
- flake8 --show-source --statistics .
+ flake8 --show-source --statistics .
0 commit comments