Skip to content

Commit 9fc46d9

Browse files
authored
Merge pull request #196 from adamlui/dependabot/github_actions/actions/checkout-6.0.2
Bump actions/checkout from 6.0.1 to 6.0.2
2 parents 366befb + d4dc8ab commit 9fc46d9

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@v6.0.1
15+
uses: actions/checkout@v6.0.2
1616

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

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

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

1919
- name: Checkout adamlui/userscripts
20-
uses: actions/checkout@v6.0.1
20+
uses: actions/checkout@v6.0.2
2121
with:
2222
path: adamlui/userscripts
2323

2424
- name: Checkout KudoAI/amazongpt
25-
uses: actions/checkout@v6.0.1
25+
uses: actions/checkout@v6.0.2
2626
with:
2727
token: ${{ secrets.REPO_SYNC_PAT }}
2828
repository: KudoAI/amazongpt
2929
path: KudoAI/amazongpt
3030

3131
- name: Checkout adamlui/ai-web-extensions
32-
uses: actions/checkout@v6.0.1
32+
uses: actions/checkout@v6.0.2
3333
with:
3434
token: ${{ secrets.REPO_SYNC_PAT }}
3535
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
@@ -17,19 +17,19 @@ jobs:
1717
steps:
1818

1919
- name: Checkout adamlui/userscripts
20-
uses: actions/checkout@v6.0.1
20+
uses: actions/checkout@v6.0.2
2121
with:
2222
path: adamlui/userscripts
2323

2424
- name: Checkout adamlui/autoclear-chatgpt-history
25-
uses: actions/checkout@v6.0.1
25+
uses: actions/checkout@v6.0.2
2626
with:
2727
token: ${{ secrets.REPO_SYNC_PAT }}
2828
repository: adamlui/autoclear-chatgpt-history
2929
path: adamlui/autoclear-chatgpt-history
3030

3131
- name: Checkout adamlui/ai-web-extensions
32-
uses: actions/checkout@v6.0.1
32+
uses: actions/checkout@v6.0.2
3333
with:
3434
token: ${{ secrets.REPO_SYNC_PAT }}
3535
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
@@ -17,19 +17,19 @@ jobs:
1717
steps:
1818

1919
- name: Checkout adamlui/userscripts
20-
uses: actions/checkout@v6.0.1
20+
uses: actions/checkout@v6.0.2
2121
with:
2222
path: adamlui/userscripts
2323

2424
- name: Checkout KudoAI/bravegpt
25-
uses: actions/checkout@v6.0.1
25+
uses: actions/checkout@v6.0.2
2626
with:
2727
token: ${{ secrets.REPO_SYNC_PAT }}
2828
repository: KudoAI/bravegpt
2929
path: KudoAI/bravegpt
3030

3131
- name: Checkout adamlui/ai-web-extensions
32-
uses: actions/checkout@v6.0.1
32+
uses: actions/checkout@v6.0.2
3333
with:
3434
token: ${{ secrets.REPO_SYNC_PAT }}
3535
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
@@ -17,12 +17,12 @@ jobs:
1717
steps:
1818

1919
- name: Checkout adamlui/userscripts
20-
uses: actions/checkout@v6.0.1
20+
uses: actions/checkout@v6.0.2
2121
with:
2222
path: adamlui/userscripts
2323

2424
- name: Checkout adamlui/ai-web-extensions
25-
uses: actions/checkout@v6.0.1
25+
uses: actions/checkout@v6.0.2
2626
with:
2727
token: ${{ secrets.REPO_SYNC_PAT }}
2828
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
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717

1818
- name: Checkout adamlui/userscripts
19-
uses: actions/checkout@v6.0.1
19+
uses: actions/checkout@v6.0.2
2020
with:
2121
fetch-depth: 0
2222

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

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

1919
- name: Checkout adamlui/userscripts
20-
uses: actions/checkout@v6.0.1
20+
uses: actions/checkout@v6.0.2
2121
with:
2222
path: adamlui/userscripts
2323

2424
- name: Checkout adamlui/chatgpt-auto-continue
25-
uses: actions/checkout@v6.0.1
25+
uses: actions/checkout@v6.0.2
2626
with:
2727
token: ${{ secrets.REPO_SYNC_PAT }}
2828
repository: adamlui/chatgpt-auto-continue
2929
path: adamlui/chatgpt-auto-continue
3030

3131
- name: Checkout adamlui/ai-web-extensions
32-
uses: actions/checkout@v6.0.1
32+
uses: actions/checkout@v6.0.2
3333
with:
3434
token: ${{ secrets.REPO_SYNC_PAT }}
3535
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
@@ -17,19 +17,19 @@ jobs:
1717
steps:
1818

1919
- name: Checkout adamlui/userscripts
20-
uses: actions/checkout@v6.0.1
20+
uses: actions/checkout@v6.0.2
2121
with:
2222
path: adamlui/userscripts
2323

2424
- name: Checkout adamlui/chatgpt-auto-refresh
25-
uses: actions/checkout@v6.0.1
25+
uses: actions/checkout@v6.0.2
2626
with:
2727
token: ${{ secrets.REPO_SYNC_PAT }}
2828
repository: adamlui/chatgpt-auto-refresh
2929
path: adamlui/chatgpt-auto-refresh
3030

3131
- name: Checkout adamlui/ai-web-extensions
32-
uses: actions/checkout@v6.0.1
32+
uses: actions/checkout@v6.0.2
3333
with:
3434
token: ${{ secrets.REPO_SYNC_PAT }}
3535
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
@@ -17,19 +17,19 @@ jobs:
1717
steps:
1818

1919
- name: Checkout adamlui/userscripts
20-
uses: actions/checkout@v6.0.1
20+
uses: actions/checkout@v6.0.2
2121
with:
2222
path: adamlui/userscripts
2323

2424
- name: Checkout adamlui/chatgpt-auto-talk
25-
uses: actions/checkout@v6.0.1
25+
uses: actions/checkout@v6.0.2
2626
with:
2727
token: ${{ secrets.REPO_SYNC_PAT }}
2828
repository: adamlui/chatgpt-auto-talk
2929
path: adamlui/chatgpt-auto-talk
3030

3131
- name: Checkout adamlui/ai-web-extensions
32-
uses: actions/checkout@v6.0.1
32+
uses: actions/checkout@v6.0.2
3333
with:
3434
token: ${{ secrets.REPO_SYNC_PAT }}
3535
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
@@ -17,19 +17,19 @@ jobs:
1717
steps:
1818

1919
- name: Checkout adamlui/userscripts
20-
uses: actions/checkout@v6.0.1
20+
uses: actions/checkout@v6.0.2
2121
with:
2222
path: adamlui/userscripts
2323

2424
- name: Checkout adamlui/chatgpt-infinity
25-
uses: actions/checkout@v6.0.1
25+
uses: actions/checkout@v6.0.2
2626
with:
2727
token: ${{ secrets.REPO_SYNC_PAT }}
2828
repository: adamlui/chatgpt-infinity
2929
path: adamlui/chatgpt-infinity
3030

3131
- name: Checkout adamlui/ai-web-extensions
32-
uses: actions/checkout@v6.0.1
32+
uses: actions/checkout@v6.0.2
3333
with:
3434
token: ${{ secrets.REPO_SYNC_PAT }}
3535
repository: adamlui/ai-web-extensions

0 commit comments

Comments
 (0)