Skip to content

Commit eeadf98

Browse files
authored
Merge pull request #163 from adamlui/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 4589887 + 0c141e6 commit eeadf98

16 files changed

+39
-39
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@v4
15+
uses: actions/checkout@v5
1616

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

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

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

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
token: ${{ secrets.REPO_SYNC_PAT }}
2424
repository: adamlui/userscripts
2525
path: adamlui/userscripts
2626

2727
- name: Checkout KudoAI/amazongpt
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
token: ${{ secrets.REPO_SYNC_PAT }}
3131
repository: KudoAI/amazongpt
3232
path: KudoAI/amazongpt
3333

3434
- name: Checkout adamlui/ai-web-extensions
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
token: ${{ secrets.REPO_SYNC_PAT }}
3838
repository: adamlui/ai-web-extensions

.github/workflows/sync-autoclear-chatgpt-history-changes-to-repos.yml

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

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
token: ${{ secrets.REPO_SYNC_PAT }}
2424
repository: adamlui/userscripts
2525
path: adamlui/userscripts
2626

2727
- name: Checkout adamlui/autoclear-chatgpt-history
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
token: ${{ secrets.REPO_SYNC_PAT }}
3131
repository: adamlui/autoclear-chatgpt-history
3232
path: adamlui/autoclear-chatgpt-history
3333

3434
- name: Checkout adamlui/ai-web-extensions
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
token: ${{ secrets.REPO_SYNC_PAT }}
3838
repository: adamlui/ai-web-extensions

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

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

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
token: ${{ secrets.REPO_SYNC_PAT }}
2424
repository: adamlui/userscripts
2525
path: adamlui/userscripts
2626

2727
- name: Checkout KudoAI/bravegpt
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
token: ${{ secrets.REPO_SYNC_PAT }}
3131
repository: KudoAI/bravegpt
3232
path: KudoAI/bravegpt
3333

3434
- name: Checkout adamlui/ai-web-extensions
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
token: ${{ secrets.REPO_SYNC_PAT }}
3838
repository: adamlui/ai-web-extensions

.github/workflows/sync-chatgpt-auto-continue-changes-to-repos.yml

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

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
token: ${{ secrets.REPO_SYNC_PAT }}
2424
repository: adamlui/userscripts
2525
path: adamlui/userscripts
2626

2727
- name: Checkout adamlui/chatgpt-auto-continue
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
token: ${{ secrets.REPO_SYNC_PAT }}
3131
repository: adamlui/chatgpt-auto-continue
3232
path: adamlui/chatgpt-auto-continue
3333

3434
- name: Checkout adamlui/ai-web-extensions
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
token: ${{ secrets.REPO_SYNC_PAT }}
3838
repository: adamlui/ai-web-extensions

.github/workflows/sync-chatgpt-auto-refresh-changes-to-repos.yml

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

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
token: ${{ secrets.REPO_SYNC_PAT }}
2424
repository: adamlui/userscripts
2525
path: adamlui/userscripts
2626

2727
- name: Checkout adamlui/chatgpt-auto-refresh
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
token: ${{ secrets.REPO_SYNC_PAT }}
3131
repository: adamlui/chatgpt-auto-refresh
3232
path: adamlui/chatgpt-auto-refresh
3333

3434
- name: Checkout adamlui/ai-web-extensions
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
token: ${{ secrets.REPO_SYNC_PAT }}
3838
repository: adamlui/ai-web-extensions

.github/workflows/sync-chatgpt-auto-talk-changes-to-repos.yml

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

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
token: ${{ secrets.REPO_SYNC_PAT }}
2424
repository: adamlui/userscripts
2525
path: adamlui/userscripts
2626

2727
- name: Checkout adamlui/chatgpt-auto-talk
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
token: ${{ secrets.REPO_SYNC_PAT }}
3131
repository: adamlui/chatgpt-auto-talk
3232
path: adamlui/chatgpt-auto-talk
3333

3434
- name: Checkout adamlui/ai-web-extensions
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
token: ${{ secrets.REPO_SYNC_PAT }}
3838
repository: adamlui/ai-web-extensions

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

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

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
token: ${{ secrets.REPO_SYNC_PAT }}
2424
repository: adamlui/userscripts
2525
path: adamlui/userscripts
2626

2727
- name: Checkout adamlui/chatgpt-infinity
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
token: ${{ secrets.REPO_SYNC_PAT }}
3131
repository: adamlui/chatgpt-infinity
3232
path: adamlui/chatgpt-infinity
3333

3434
- name: Checkout adamlui/ai-web-extensions
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
token: ${{ secrets.REPO_SYNC_PAT }}
3838
repository: adamlui/ai-web-extensions

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

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

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
token: ${{ secrets.REPO_SYNC_PAT }}
2424
repository: adamlui/userscripts
2525
path: adamlui/userscripts
2626

2727
- name: Checkout adamlui/chatgpt-widescreen
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
token: ${{ secrets.REPO_SYNC_PAT }}
3131
repository: adamlui/chatgpt-widescreen
3232
path: adamlui/chatgpt-widescreen
3333

3434
- name: Checkout adamlui/ai-web-extensions
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
token: ${{ secrets.REPO_SYNC_PAT }}
3838
repository: adamlui/ai-web-extensions

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

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

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
token: ${{ secrets.REPO_SYNC_PAT }}
2424
repository: adamlui/userscripts
2525
path: adamlui/userscripts
2626

2727
- name: Checkout KudoAI/duckduckgpt
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
token: ${{ secrets.REPO_SYNC_PAT }}
3131
repository: KudoAI/duckduckgpt
3232
path: KudoAI/duckduckgpt
3333

3434
- name: Checkout adamlui/ai-web-extensions
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
token: ${{ secrets.REPO_SYNC_PAT }}
3838
repository: adamlui/ai-web-extensions

0 commit comments

Comments
 (0)