Skip to content

Commit db8614f

Browse files
authored
Merge pull request #189 from adamlui/dependabot/github_actions/actions/checkout-6.0.1
Bump actions/checkout from 6.0.0 to 6.0.1
2 parents c44bcfa + 70ce077 commit db8614f

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.0
15+
uses: actions/checkout@v6.0.1
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@v6.0.0
21+
uses: actions/checkout@v6.0.1
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout KudoAI/amazongpt
26-
uses: actions/checkout@v6.0.0
26+
uses: actions/checkout@v6.0.1
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@v6.0.0
33+
uses: actions/checkout@v6.0.1
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@v6.0.0
21+
uses: actions/checkout@v6.0.1
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout adamlui/autoclear-chatgpt-history
26-
uses: actions/checkout@v6.0.0
26+
uses: actions/checkout@v6.0.1
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@v6.0.0
33+
uses: actions/checkout@v6.0.1
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@v6.0.0
21+
uses: actions/checkout@v6.0.1
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout KudoAI/bravegpt
26-
uses: actions/checkout@v6.0.0
26+
uses: actions/checkout@v6.0.1
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@v6.0.0
33+
uses: actions/checkout@v6.0.1
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@v6.0.0
21+
uses: actions/checkout@v6.0.1
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout adamlui/ai-web-extensions
26-
uses: actions/checkout@v6.0.0
26+
uses: actions/checkout@v6.0.1
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@v6.0.0
20+
uses: actions/checkout@v6.0.1
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@v6.0.0
21+
uses: actions/checkout@v6.0.1
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout adamlui/chatgpt-auto-continue
26-
uses: actions/checkout@v6.0.0
26+
uses: actions/checkout@v6.0.1
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@v6.0.0
33+
uses: actions/checkout@v6.0.1
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@v6.0.0
21+
uses: actions/checkout@v6.0.1
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout adamlui/chatgpt-auto-refresh
26-
uses: actions/checkout@v6.0.0
26+
uses: actions/checkout@v6.0.1
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@v6.0.0
33+
uses: actions/checkout@v6.0.1
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@v6.0.0
21+
uses: actions/checkout@v6.0.1
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout adamlui/chatgpt-auto-talk
26-
uses: actions/checkout@v6.0.0
26+
uses: actions/checkout@v6.0.1
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@v6.0.0
33+
uses: actions/checkout@v6.0.1
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@v6.0.0
21+
uses: actions/checkout@v6.0.1
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout adamlui/chatgpt-infinity
26-
uses: actions/checkout@v6.0.0
26+
uses: actions/checkout@v6.0.1
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@v6.0.0
33+
uses: actions/checkout@v6.0.1
3434
with:
3535
token: ${{ secrets.REPO_SYNC_PAT }}
3636
repository: adamlui/ai-web-extensions

0 commit comments

Comments
 (0)