Skip to content

Commit 08129fe

Browse files
committed
Bumped Actions
1 parent 82cb45c commit 08129fe

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313

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

1717
- name: Set up Node.js
18-
uses: actions/setup-node@v4
18+
uses: actions/setup-node@v5.0.0
1919
with:
2020
node-version: 'lts/*'
2121

.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/perplexity-omnibox
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5.0.0
1818
with:
1919
sparse-checkout: chromium
2020
fetch-depth: 2

.github/workflows/sync-changes-to-ai-web-extensions.yml

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

2020
- name: Checkout adamlui/perplexity-omnibox
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5.0.0
2222
with:
2323
path: adamlui/perplexity-omnibox
2424

2525
- name: Checkout adamlui/ai-web-extensions
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5.0.0
2727
with:
2828
token: ${{ secrets.REPO_SYNC_PAT }}
2929
repository: adamlui/ai-web-extensions

.github/workflows/update-usercount-shields-weekly.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/perplexity-omnibox
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5.0.0
2020
with:
2121
token: ${{ secrets.REPO_SYNC_PAT }}
2222
path: adamlui/perplexity-omnibox
2323

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

0 commit comments

Comments
 (0)