File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
2626
2727 steps :
2828 - name : Checkout out code
29- uses : actions/checkout@v4
29+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3030 with :
3131 fetch-depth : 0
3232
3333 - name : Cache turbo build setup
34- uses : actions/cache@v4
34+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
3535 with :
3636 path : .turbo
3737 key : ${{ runner.os }}-turbo-${{ github.sha }}
@@ -62,12 +62,12 @@ jobs:
6262
6363 steps :
6464 - name : Checkout Master
65- uses : actions/checkout@v4
65+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6666 with :
6767 fetch-depth : 0
6868
6969 - name : Cache turbo build setup
70- uses : actions/cache@v4
70+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
7171 with :
7272 path : .turbo
7373 key : ${{ runner.os }}-turbo-${{ github.sha }}
Original file line number Diff line number Diff line change 1414 ' push'
1515 steps :
1616 - name : checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818 with :
1919 fetch-depth : 0
2020
You can’t perform that action at this time.
0 commit comments