Skip to content

Commit

Permalink
Bumped actions/checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed May 27, 2024
1 parent c4efdd5 commit f678ac7
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:

- name: Checkout repository code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sync-autoclear-chatgpt-history-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/userscripts
path: adamlui/userscripts

- name: Checkout adamlui/autoclear-chatgpt-history
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/autoclear-chatgpt-history
path: adamlui/autoclear-chatgpt-history

- name: Checkout adamlui/chatgpt-apps
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/chatgpt-apps
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sync-bravegpt-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/userscripts
path: adamlui/userscripts

- name: Checkout KudoAI/bravegpt
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: KudoAI/bravegpt
path: KudoAI/bravegpt

- name: Checkout adamlui/chatgpt-apps
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/chatgpt-apps
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sync-chatgpt-auto-continue-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/userscripts
path: adamlui/userscripts

- name: Checkout adamlui/chatgpt-auto-continue
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/chatgpt-auto-continue
path: adamlui/chatgpt-auto-continue

- name: Checkout adamlui/chatgpt-apps
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/chatgpt-apps
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sync-chatgpt-auto-refresh-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/userscripts
path: adamlui/userscripts

- name: Checkout adamlui/chatgpt-auto-refresh
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/chatgpt-auto-refresh
path: adamlui/chatgpt-auto-refresh

- name: Checkout adamlui/chatgpt-apps
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/chatgpt-apps
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sync-chatgpt-infinity-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/userscripts
path: adamlui/userscripts

- name: Checkout adamlui/chatgpt-infinity
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/chatgpt-infinity
path: adamlui/chatgpt-infinity

- name: Checkout adamlui/chatgpt-apps
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/chatgpt-apps
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sync-chatgpt-widescreen-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/userscripts
path: adamlui/userscripts

- name: Checkout adamlui/chatgpt-widescreen
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/chatgpt-widescreen
path: adamlui/chatgpt-widescreen

- name: Checkout adamlui/chatgpt-apps
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/chatgpt-apps
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sync-duckduckgpt-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/userscripts
path: adamlui/userscripts

- name: Checkout KudoAI/duckduckgpt
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: KudoAI/duckduckgpt
path: KudoAI/duckduckgpt

- name: Checkout adamlui/chatgpt-apps
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/chatgpt-apps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-github-star-history-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/userscripts
path: adamlui/userscripts

- name: Checkout adamlui/github-star-history
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/github-star-history
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-github-widescreen-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/userscripts
path: adamlui/userscripts

- name: Checkout adamlui/github-widescreen
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/github-widescreen
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sync-googlegpt-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/userscripts
path: adamlui/userscripts

- name: Checkout KudoAI/googlegpt
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: KudoAI/googlegpt
path: KudoAI/googlegpt

- name: Checkout adamlui/chatgpt-apps
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/chatgpt-apps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-youtube-classic-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/userscripts
path: adamlui/userscripts

- name: Checkout adamlui/youtube-classic
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/youtube-classic
Expand Down

0 comments on commit f678ac7

Please sign in to comment.