Skip to content

Commit 6fdb90d

Browse files
authored
Merge pull request #44 from adamlui/dependabot/github_actions/actions/checkout-6.0.0
Bump actions/checkout from 5.0.1 to 6.0.0
2 parents 6ac2504 + ed2191e commit 6fdb90d

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/lint-on-push-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313

1414
- name: Checkout repository code
15-
uses: actions/checkout@v5.0.1
15+
uses: actions/checkout@v6.0.0
1616

1717
- name: Set up Node.js
1818
uses: actions/setup-node@v6.0.0

.github/workflows/publish-to-amo-on-ff-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515

1616
- name: Checkout adamlui/deepseek-omnibox
17-
uses: actions/checkout@v5.0.1
17+
uses: actions/checkout@v6.0.0
1818
with:
1919
sparse-checkout: firefox
2020
fetch-depth: 2

.github/workflows/publish-to-cws-ews-on-chromium-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515

1616
- name: Checkout adamlui/deepseek-omnibox
17-
uses: actions/checkout@v5.0.1
17+
uses: actions/checkout@v6.0.0
1818
with:
1919
sparse-checkout: chromium
2020
fetch-depth: 2

.github/workflows/sync-changes-to-gitlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818

1919
- name: Checkout adamlui/deepseek-omnibox
20-
uses: actions/checkout@v5.0.1
20+
uses: actions/checkout@v6.0.0
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/sync-changes-to-repos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
steps:
1919

2020
- name: Checkout adamlui/deepseek-omnibox
21-
uses: actions/checkout@v5.0.1
21+
uses: actions/checkout@v6.0.0
2222
with:
2323
token: ${{ secrets.REPO_SYNC_PAT }}
2424
path: adamlui/deepseek-omnibox
2525
fetch-depth: 2
2626

2727
- name: Checkout adamlui/ai-web-extensions
28-
uses: actions/checkout@v5.0.1
28+
uses: actions/checkout@v6.0.0
2929
with:
3030
token: ${{ secrets.REPO_SYNC_PAT }}
3131
repository: adamlui/ai-web-extensions

.github/workflows/update-usercount-shields-biweekly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616

1717
steps:
1818
- name: Checkout adamlui/deepseek-omnibox
19-
uses: actions/checkout@v5.0.1
19+
uses: actions/checkout@v6.0.0
2020
with:
2121
token: ${{ secrets.REPO_SYNC_PAT }}
2222
path: adamlui/deepseek-omnibox
2323

2424
- name: Checkout adamlui/ai-web-extensions
25-
uses: actions/checkout@v5.0.1
25+
uses: actions/checkout@v6.0.0
2626
with:
2727
token: ${{ secrets.REPO_SYNC_PAT }}
2828
repository: adamlui/ai-web-extensions

0 commit comments

Comments
 (0)