From f678ac781eaaa1333bdeb884e86ce6f863952ad7 Mon Sep 17 00:00:00 2001 From: "adamlui@protonmail.com" Date: Sun, 26 May 2024 18:17:29 -0700 Subject: [PATCH] Bumped actions/checkout to v3 --- .github/workflows/eslint.yml | 2 +- .../workflows/sync-autoclear-chatgpt-history-changes.yml | 6 +++--- .github/workflows/sync-bravegpt-changes.yml | 6 +++--- .github/workflows/sync-chatgpt-auto-continue-changes.yml | 6 +++--- .github/workflows/sync-chatgpt-auto-refresh-changes.yml | 6 +++--- .github/workflows/sync-chatgpt-infinity-changes.yml | 6 +++--- .github/workflows/sync-chatgpt-widescreen-changes.yml | 6 +++--- .github/workflows/sync-duckduckgpt-changes.yml | 6 +++--- .github/workflows/sync-github-star-history-changes.yml | 4 ++-- .github/workflows/sync-github-widescreen-changes.yml | 4 ++-- .github/workflows/sync-googlegpt-changes.yml | 6 +++--- .github/workflows/sync-youtube-classic-changes.yml | 4 ++-- 12 files changed, 31 insertions(+), 31 deletions(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index ff66b30ac..839854ee1 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -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 diff --git a/.github/workflows/sync-autoclear-chatgpt-history-changes.yml b/.github/workflows/sync-autoclear-chatgpt-history-changes.yml index 4450704f9..ec90b69d0 100644 --- a/.github/workflows/sync-autoclear-chatgpt-history-changes.yml +++ b/.github/workflows/sync-autoclear-chatgpt-history-changes.yml @@ -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 diff --git a/.github/workflows/sync-bravegpt-changes.yml b/.github/workflows/sync-bravegpt-changes.yml index a28f5e7f0..0b6d5f07b 100644 --- a/.github/workflows/sync-bravegpt-changes.yml +++ b/.github/workflows/sync-bravegpt-changes.yml @@ -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 diff --git a/.github/workflows/sync-chatgpt-auto-continue-changes.yml b/.github/workflows/sync-chatgpt-auto-continue-changes.yml index c9bbbed16..b36d5c8cf 100644 --- a/.github/workflows/sync-chatgpt-auto-continue-changes.yml +++ b/.github/workflows/sync-chatgpt-auto-continue-changes.yml @@ -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 diff --git a/.github/workflows/sync-chatgpt-auto-refresh-changes.yml b/.github/workflows/sync-chatgpt-auto-refresh-changes.yml index 64e982cc1..12811d81c 100644 --- a/.github/workflows/sync-chatgpt-auto-refresh-changes.yml +++ b/.github/workflows/sync-chatgpt-auto-refresh-changes.yml @@ -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 diff --git a/.github/workflows/sync-chatgpt-infinity-changes.yml b/.github/workflows/sync-chatgpt-infinity-changes.yml index 5f61a0c63..b796f5a42 100644 --- a/.github/workflows/sync-chatgpt-infinity-changes.yml +++ b/.github/workflows/sync-chatgpt-infinity-changes.yml @@ -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 diff --git a/.github/workflows/sync-chatgpt-widescreen-changes.yml b/.github/workflows/sync-chatgpt-widescreen-changes.yml index a1f2fd7c7..be28b5262 100644 --- a/.github/workflows/sync-chatgpt-widescreen-changes.yml +++ b/.github/workflows/sync-chatgpt-widescreen-changes.yml @@ -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 diff --git a/.github/workflows/sync-duckduckgpt-changes.yml b/.github/workflows/sync-duckduckgpt-changes.yml index 7a24e23f2..f93bfbf33 100644 --- a/.github/workflows/sync-duckduckgpt-changes.yml +++ b/.github/workflows/sync-duckduckgpt-changes.yml @@ -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 diff --git a/.github/workflows/sync-github-star-history-changes.yml b/.github/workflows/sync-github-star-history-changes.yml index 3c852ce73..83e87a384 100644 --- a/.github/workflows/sync-github-star-history-changes.yml +++ b/.github/workflows/sync-github-star-history-changes.yml @@ -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 diff --git a/.github/workflows/sync-github-widescreen-changes.yml b/.github/workflows/sync-github-widescreen-changes.yml index 89d34b18a..4614af8ed 100644 --- a/.github/workflows/sync-github-widescreen-changes.yml +++ b/.github/workflows/sync-github-widescreen-changes.yml @@ -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 diff --git a/.github/workflows/sync-googlegpt-changes.yml b/.github/workflows/sync-googlegpt-changes.yml index 2a93a2c97..3ca1fd1b8 100644 --- a/.github/workflows/sync-googlegpt-changes.yml +++ b/.github/workflows/sync-googlegpt-changes.yml @@ -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 diff --git a/.github/workflows/sync-youtube-classic-changes.yml b/.github/workflows/sync-youtube-classic-changes.yml index dff2d0edf..1fa67571b 100644 --- a/.github/workflows/sync-youtube-classic-changes.yml +++ b/.github/workflows/sync-youtube-classic-changes.yml @@ -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