File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ jobs:
2929 python-version : " pypy-3.10"
3030 steps :
3131 - name : Harden Runner
32- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
32+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
3333 with :
3434 disable-sudo : true
3535 egress-policy : audit
3636 - name : Checkout Repository
37- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3838 with :
3939 persist-credentials : false
4040 - name : Set up Python ${{ matrix.python-version }}
41- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
41+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
4242 with :
4343 python-version : ${{ matrix.python-version }}
4444 cache : " pip"
You can’t perform that action at this time.
0 commit comments