Skip to content

Commit 502f3b8

Browse files
authored
Merge pull request #187 from adamlui/dependabot/github_actions/actions/checkout-6.0.0
Bump actions/checkout from 5.0.1 to 6.0.0
2 parents e1bc842 + 2e15eb7 commit 502f3b8

18 files changed

Lines changed: 42 additions & 42 deletions

.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/sync-amazongpt-changes-to-repos.yml

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

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v5.0.1
21+
uses: actions/checkout@v6.0.0
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout KudoAI/amazongpt
26-
uses: actions/checkout@v5.0.1
26+
uses: actions/checkout@v6.0.0
2727
with:
2828
token: ${{ secrets.REPO_SYNC_PAT }}
2929
repository: KudoAI/amazongpt
3030
path: KudoAI/amazongpt
3131

3232
- name: Checkout adamlui/ai-web-extensions
33-
uses: actions/checkout@v5.0.1
33+
uses: actions/checkout@v6.0.0
3434
with:
3535
token: ${{ secrets.REPO_SYNC_PAT }}
3636
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,19 +18,19 @@ jobs:
1818
steps:
1919

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v5.0.1
21+
uses: actions/checkout@v6.0.0
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout adamlui/autoclear-chatgpt-history
26-
uses: actions/checkout@v5.0.1
26+
uses: actions/checkout@v6.0.0
2727
with:
2828
token: ${{ secrets.REPO_SYNC_PAT }}
2929
repository: adamlui/autoclear-chatgpt-history
3030
path: adamlui/autoclear-chatgpt-history
3131

3232
- name: Checkout adamlui/ai-web-extensions
33-
uses: actions/checkout@v5.0.1
33+
uses: actions/checkout@v6.0.0
3434
with:
3535
token: ${{ secrets.REPO_SYNC_PAT }}
3636
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,19 +18,19 @@ jobs:
1818
steps:
1919

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v5.0.1
21+
uses: actions/checkout@v6.0.0
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout KudoAI/bravegpt
26-
uses: actions/checkout@v5.0.1
26+
uses: actions/checkout@v6.0.0
2727
with:
2828
token: ${{ secrets.REPO_SYNC_PAT }}
2929
repository: KudoAI/bravegpt
3030
path: KudoAI/bravegpt
3131

3232
- name: Checkout adamlui/ai-web-extensions
33-
uses: actions/checkout@v5.0.1
33+
uses: actions/checkout@v6.0.0
3434
with:
3535
token: ${{ secrets.REPO_SYNC_PAT }}
3636
repository: adamlui/ai-web-extensions

.github/workflows/sync-bump-script-changes-to-ai-web.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/userscripts
21-
uses: actions/checkout@v5.0.1
21+
uses: actions/checkout@v6.0.0
2222
with:
2323
path: adamlui/userscripts
2424

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

.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/userscripts
20-
uses: actions/checkout@v5.0.1
20+
uses: actions/checkout@v6.0.0
2121
with:
2222
fetch-depth: 0
2323

.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,19 +18,19 @@ jobs:
1818
steps:
1919

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v5.0.1
21+
uses: actions/checkout@v6.0.0
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout adamlui/chatgpt-auto-continue
26-
uses: actions/checkout@v5.0.1
26+
uses: actions/checkout@v6.0.0
2727
with:
2828
token: ${{ secrets.REPO_SYNC_PAT }}
2929
repository: adamlui/chatgpt-auto-continue
3030
path: adamlui/chatgpt-auto-continue
3131

3232
- name: Checkout adamlui/ai-web-extensions
33-
uses: actions/checkout@v5.0.1
33+
uses: actions/checkout@v6.0.0
3434
with:
3535
token: ${{ secrets.REPO_SYNC_PAT }}
3636
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,19 +18,19 @@ jobs:
1818
steps:
1919

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v5.0.1
21+
uses: actions/checkout@v6.0.0
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout adamlui/chatgpt-auto-refresh
26-
uses: actions/checkout@v5.0.1
26+
uses: actions/checkout@v6.0.0
2727
with:
2828
token: ${{ secrets.REPO_SYNC_PAT }}
2929
repository: adamlui/chatgpt-auto-refresh
3030
path: adamlui/chatgpt-auto-refresh
3131

3232
- name: Checkout adamlui/ai-web-extensions
33-
uses: actions/checkout@v5.0.1
33+
uses: actions/checkout@v6.0.0
3434
with:
3535
token: ${{ secrets.REPO_SYNC_PAT }}
3636
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,19 +18,19 @@ jobs:
1818
steps:
1919

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v5.0.1
21+
uses: actions/checkout@v6.0.0
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout adamlui/chatgpt-auto-talk
26-
uses: actions/checkout@v5.0.1
26+
uses: actions/checkout@v6.0.0
2727
with:
2828
token: ${{ secrets.REPO_SYNC_PAT }}
2929
repository: adamlui/chatgpt-auto-talk
3030
path: adamlui/chatgpt-auto-talk
3131

3232
- name: Checkout adamlui/ai-web-extensions
33-
uses: actions/checkout@v5.0.1
33+
uses: actions/checkout@v6.0.0
3434
with:
3535
token: ${{ secrets.REPO_SYNC_PAT }}
3636
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,19 +18,19 @@ jobs:
1818
steps:
1919

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v5.0.1
21+
uses: actions/checkout@v6.0.0
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout adamlui/chatgpt-infinity
26-
uses: actions/checkout@v5.0.1
26+
uses: actions/checkout@v6.0.0
2727
with:
2828
token: ${{ secrets.REPO_SYNC_PAT }}
2929
repository: adamlui/chatgpt-infinity
3030
path: adamlui/chatgpt-infinity
3131

3232
- name: Checkout adamlui/ai-web-extensions
33-
uses: actions/checkout@v5.0.1
33+
uses: actions/checkout@v6.0.0
3434
with:
3535
token: ${{ secrets.REPO_SYNC_PAT }}
3636
repository: adamlui/ai-web-extensions

0 commit comments

Comments
 (0)