Skip to content

Commit a53564d

Browse files
Bump actions/checkout from 5.0.1 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.1...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c54ee8 commit a53564d

20 files changed

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

1717
- name: Set up Node.js
1818
uses: actions/[email protected]

.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/ai-web-extensions
21-
uses: actions/checkout@v5.0.1
21+
uses: actions/checkout@v6.0.0
2222
with:
2323
token: ${{ secrets.REPO_SYNC_PAT }}
2424
path: adamlui/ai-web-extensions
2525
fetch-depth: 2
2626

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

3434
- name: Checkout adamlui/userscripts
35-
uses: actions/checkout@v5.0.1
35+
uses: actions/checkout@v6.0.0
3636
with:
3737
token: ${{ secrets.REPO_SYNC_PAT }}
3838
repository: adamlui/userscripts

.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/ai-web-extensions
21-
uses: actions/checkout@v5.0.1
21+
uses: actions/checkout@v6.0.0
2222
with:
2323
token: ${{ secrets.REPO_SYNC_PAT }}
2424
path: adamlui/ai-web-extensions
2525
fetch-depth: 2
2626

2727
- name: Checkout adamlui/autoclear-chatgpt-history
28-
uses: actions/checkout@v5.0.1
28+
uses: actions/checkout@v6.0.0
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/userscripts
35-
uses: actions/checkout@v5.0.1
35+
uses: actions/checkout@v6.0.0
3636
with:
3737
token: ${{ secrets.REPO_SYNC_PAT }}
3838
repository: adamlui/userscripts

.github/workflows/sync-brave-omnibox-changes-to-repos.yml

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

2020
- name: Checkout adamlui/ai-web-extensions
21-
uses: actions/checkout@v5.0.1
21+
uses: actions/checkout@v6.0.0
2222
with:
2323
token: ${{ secrets.REPO_SYNC_PAT }}
2424
path: adamlui/ai-web-extensions
2525
fetch-depth: 2
2626

2727
- name: Checkout adamlui/brave-omnibox
28-
uses: actions/checkout@v5.0.1
28+
uses: actions/checkout@v6.0.0
2929
with:
3030
token: ${{ secrets.REPO_SYNC_PAT }}
3131
repository: adamlui/brave-omnibox

.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/ai-web-extensions
21-
uses: actions/checkout@v5.0.1
21+
uses: actions/checkout@v6.0.0
2222
with:
2323
token: ${{ secrets.REPO_SYNC_PAT }}
2424
path: adamlui/ai-web-extensions
2525
fetch-depth: 2
2626

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

3434
- name: Checkout adamlui/userscripts
35-
uses: actions/checkout@v5.0.1
35+
uses: actions/checkout@v6.0.0
3636
with:
3737
token: ${{ secrets.REPO_SYNC_PAT }}
3838
repository: adamlui/userscripts

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

2525
- name: Checkout adamlui/userscripts
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/userscripts

.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/ai-web-extensions
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,21 +18,21 @@ jobs:
1818
steps:
1919

2020
- name: Checkout adamlui/ai-web-extensions
21-
uses: actions/checkout@v5.0.1
21+
uses: actions/checkout@v6.0.0
2222
with:
2323
token: ${{ secrets.REPO_SYNC_PAT }}
2424
path: adamlui/ai-web-extensions
2525
fetch-depth: 2
2626

2727
- name: Checkout adamlui/chatgpt-auto-continue
28-
uses: actions/checkout@v5.0.1
28+
uses: actions/checkout@v6.0.0
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/userscripts
35-
uses: actions/checkout@v5.0.1
35+
uses: actions/checkout@v6.0.0
3636
with:
3737
token: ${{ secrets.REPO_SYNC_PAT }}
3838
repository: adamlui/userscripts

.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/ai-web-extensions
21-
uses: actions/checkout@v5.0.1
21+
uses: actions/checkout@v6.0.0
2222
with:
2323
token: ${{ secrets.REPO_SYNC_PAT }}
2424
path: adamlui/ai-web-extensions
2525
fetch-depth: 2
2626

2727
- name: Checkout adamlui/chatgpt-auto-refresh
28-
uses: actions/checkout@v5.0.1
28+
uses: actions/checkout@v6.0.0
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/userscripts
35-
uses: actions/checkout@v5.0.1
35+
uses: actions/checkout@v6.0.0
3636
with:
3737
token: ${{ secrets.REPO_SYNC_PAT }}
3838
repository: adamlui/userscripts

.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/ai-web-extensions
21-
uses: actions/checkout@v5.0.1
21+
uses: actions/checkout@v6.0.0
2222
with:
2323
token: ${{ secrets.REPO_SYNC_PAT }}
2424
path: adamlui/ai-web-extensions
2525
fetch-depth: 2
2626

2727
- name: Checkout adamlui/chatgpt-auto-talk
28-
uses: actions/checkout@v5.0.1
28+
uses: actions/checkout@v6.0.0
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/userscripts
35-
uses: actions/checkout@v5.0.1
35+
uses: actions/checkout@v6.0.0
3636
with:
3737
token: ${{ secrets.REPO_SYNC_PAT }}
3838
repository: adamlui/userscripts

0 commit comments

Comments
 (0)