From 807f017370383d9c027a1321b8a9a9f5b26e20c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:56:50 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/i18n.yml | 8 ++++---- .github/workflows/lint.yml | 8 ++++---- .github/workflows/release-canary.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml index 9c43e1fd..d16699ed 100644 --- a/.github/workflows/i18n.yml +++ b/.github/workflows/i18n.yml @@ -11,7 +11,7 @@ jobs: steps: - run: echo "${{ github.actor }}" - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.GITHUB_TOKEN }} - run: | @@ -19,21 +19,21 @@ jobs: git config user.email github-actions@github.com - name: "COMET Library: Clone translations" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: vivid-planet/comet-lang token: ${{ secrets.VIVID_PLANET_BOT_TOKEN }} path: "demo/admin/lang/comet-lang" - name: "COMET Brevo Library: Clone translations" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: vivid-planet/comet-brevo-module-lang token: ${{ secrets.VIVID_PLANET_BOT_TOKEN }} path: "demo/admin/lang/comet-brevo-module-lang" - name: "Demo: Clone translations" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: vivid-planet/comet-brevo-module-demo-lang token: ${{ secrets.VIVID_PLANET_BOT_TOKEN }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4cb2fd70..f1d09e75 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: steps: - run: echo "${{ github.actor }}" - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.GITHUB_TOKEN }} - run: | @@ -26,21 +26,21 @@ jobs: git config user.email github-actions@github.com - name: "COMET Library: Clone translations" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: vivid-planet/comet-lang token: ${{ secrets.GITHUB_TOKEN }} path: "demo/admin/lang/comet-lang" - name: "COMET Brevo Library: Clone translations" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: vivid-planet/comet-brevo-module-lang token: ${{ secrets.GITHUB_TOKEN }} path: "demo/admin/lang/comet-brevo-module-lang" - name: "Demo: Clone translations" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: vivid-planet/comet-brevo-module-demo-lang token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-canary.yml b/.github/workflows/release-canary.yml index 24be34ae..6ec6d6f1 100644 --- a/.github/workflows/release-canary.yml +++ b/.github/workflows/release-canary.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8adc1892..c89304ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: