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 eb1e429 commit 3eef752Copy full SHA for 3eef752
.github/workflows/test_and_deploy.yml
@@ -23,10 +23,10 @@ jobs:
23
name: precommit
24
runs-on: ubuntu-latest
25
steps:
26
- - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27
with:
28
fetch-depth: 0
29
- - uses: actions/setup-python@cfd55ca82492758d853442341ad4d8010466803a # v5.5.0
+ - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
30
31
python-version: "3.x"
32
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
0 commit comments