From f4f5b406dd036ad1cf0314690ee023064e64897a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 16:57:16 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/Build-and-deploy-linux.yml | 2 +- .github/workflows/check-misspellings.yml | 2 +- .github/workflows/chromatic.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/gitlab-sync.yml | 2 +- .github/workflows/lint-check.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Build-and-deploy-linux.yml b/.github/workflows/Build-and-deploy-linux.yml index 9f0e74cf..15a66854 100644 --- a/.github/workflows/Build-and-deploy-linux.yml +++ b/.github/workflows/Build-and-deploy-linux.yml @@ -15,7 +15,7 @@ jobs: shell: bash -l {0} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: diff --git a/.github/workflows/check-misspellings.yml b/.github/workflows/check-misspellings.yml index 765fafea..20db341a 100644 --- a/.github/workflows/check-misspellings.yml +++ b/.github/workflows/check-misspellings.yml @@ -21,7 +21,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: sobolevn/misspell-fixer-action@master - uses: peter-evans/create-pull-request@main with: diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 73779d19..4156d749 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -6,7 +6,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: yarn - uses: chromaui/action@v1 with: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 12d3a8ee..e588e821 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/gitlab-sync.yml b/.github/workflows/gitlab-sync.yml index ed024d52..29ae9fbc 100644 --- a/.github/workflows/gitlab-sync.yml +++ b/.github/workflows/gitlab-sync.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest name: Git Repo Sync steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: wangchucheng/git-repo-sync@v0.1.0 diff --git a/.github/workflows/lint-check.yml b/.github/workflows/lint-check.yml index d21da8aa..bf6f9641 100644 --- a/.github/workflows/lint-check.yml +++ b/.github/workflows/lint-check.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Node.js uses: actions/setup-node@v3