File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ jobs:
41
41
runs-on : " ${{ matrix.os.runner }}"
42
42
steps :
43
43
- name : " Checkout the repository"
44
- uses : " actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 " # v4.2.0
44
+ uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 " # v4.2.2
45
45
46
46
- name : " Setup Pythons"
47
- uses : " actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 " # v5.2 .0
47
+ uses : " actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b " # v5.3 .0
48
48
env :
49
49
# Disable pip upgrade warnings while setting up Python versions.
50
50
PIP_DISABLE_PIP_VERSION_CHECK : " 1"
63
63
64
64
- name : " Restore cache"
65
65
id : " restore-cache"
66
- uses : " actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 " # v4.0 .2
66
+ uses : " actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a " # v4.1 .2
67
67
with :
68
68
path : |
69
69
.mypy_cache/
You can’t perform that action at this time.
0 commit comments