File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2 .0
35+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
3636 with :
3737 # We must fetch at least the immediate parents so that if this is
3838 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1111 timeout-minutes : 10
1212
1313 steps :
14- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2 .0
14+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
1515 - name : Set up Python
1616 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
1717 with :
Original file line number Diff line number Diff line change 2525 egress-policy : audit
2626
2727 - name : " Checkout repository"
28- uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 "
28+ uses : " actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 "
2929 with :
3030 persist-credentials : false
3131
Original file line number Diff line number Diff line change 2020 - { python-version: "pypy-3.11", os: "windows-latest" }
2121
2222 steps :
23- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2 .0
23+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
2424 - name : Set up Python ${{ matrix.python-version }}
2525 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2626 with :
4141 fail-fast : true
4242
4343 steps :
44- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
44+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4545 - name : ' Set up Python 3.9'
4646 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
4747 with :
6161 fail-fast : true
6262
6363 steps :
64- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
64+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
6565 - name : ' Set up Python 3.9'
6666 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
6767 with :
You can’t perform that action at this time.
0 commit comments