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 ffaa87f commit c801959Copy full SHA for c801959
.github/workflows/lint.yml
@@ -31,10 +31,10 @@ jobs:
31
32
steps:
33
- name: Checkout Repository
34
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
35
36
- name: Setup Python
37
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
+ uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
38
with:
39
python-version: "3.11"
40
0 commit comments