File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
2020 private-key : ${{ secrets.TAILOR_DOCS_BOT_PRIVATE_KEY }}
2121
2222 - name : Checkout current repository
23- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424 with :
2525 token : ${{ steps.app-token.outputs.token }}
2626 ref : main
2727 path : docs
2828
2929 - name : Checkout app-shell repository
30- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
30+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3131 with :
3232 repository : tailor-platform/app-shell
3333 ref : ${{ env.APP_SHELL_REF }}
Original file line number Diff line number Diff line change 4141 runs-on : ubuntu-latest
4242 steps :
4343 - name : Checkout
44- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
44+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4545
4646 - name : Check spelling
4747 uses : crate-ci/typos@7b04f660f4ee4f048d18fd341887cf28dfbedfe2 # v1.46.3
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
2020 private-key : ${{ secrets.TAILOR_DOCS_BOT_PRIVATE_KEY }}
2121
2222 - name : Checkout current repository
23- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424 with :
2525 token : ${{ steps.app-token.outputs.token }}
2626 ref : main
2727 path : docs
2828
2929 - name : Checkout sdk repository
30- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
30+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3131 with :
3232 repository : tailor-platform/sdk
3333 ref : ${{ env.FRONTEND_REF }}
You can’t perform that action at this time.
0 commit comments