Skip to content

Commit aaca5fa

Browse files
authored
Update main.yml
1 parent c5e4a91 commit aaca5fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
- os: macos-latest
2424
python-version: "3.7"
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v4
28+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
cache: 'pip'
@@ -44,4 +44,4 @@ jobs:
4444
black --check --diff .
4545
- name: Check with flake8
4646
run: |
47-
flake8 --show-source --statistics .
47+
flake8 --show-source --statistics .

0 commit comments

Comments
 (0)