File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313
1414 - name : Checkout repository code
15- uses : actions/checkout@v6.0.0
15+ uses : actions/checkout@v6.0.1
1616
1717 - name : Set up Node.js
1818 uses : actions/setup-node@v6.1.0
Original file line number Diff line number Diff line change 1414 steps :
1515
1616 - name : Checkout adamlui/you.com-omnibox
17- uses : actions/checkout@v6.0.0
17+ uses : actions/checkout@v6.0.1
1818 with :
1919 sparse-checkout : firefox
2020 fetch-depth : 2
Original file line number Diff line number Diff line change 1717 steps :
1818
1919 - name : Checkout adamlui/you.com-omnibox
20- uses : actions/checkout@v6.0.0
20+ uses : actions/checkout@v6.0.1
2121 with :
2222 fetch-depth : 0
2323
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
1818 steps :
1919
2020 - name : Checkout adamlui/you.com-omnibox
21- uses : actions/checkout@v6.0.0
21+ uses : actions/checkout@v6.0.1
2222 with :
2323 token : ${{ secrets.REPO_SYNC_PAT }}
2424 path : adamlui/you.com-omnibox
2525 fetch-depth : 2
2626
2727 - name : Checkout adamlui/ai-web-extensions
28- uses : actions/checkout@v6.0.0
28+ uses : actions/checkout@v6.0.1
2929 with :
3030 token : ${{ secrets.REPO_SYNC_PAT }}
3131 repository : adamlui/ai-web-extensions
You can’t perform that action at this time.
0 commit comments