From af3a869d8b3d3c70752480936742863b953c8390 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:47:41 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/codeql.yml | 2 +- .github/workflows/deploy-document.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/test-deploy-document.yml | 2 +- .github/workflows/test.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0f02fb25..2b653720 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Initialize CodeQL uses: github/codeql-action/init@v2 diff --git a/.github/workflows/deploy-document.yml b/.github/workflows/deploy-document.yml index 480e3c4f..d6abd314 100644 --- a/.github/workflows/deploy-document.yml +++ b/.github/workflows/deploy-document.yml @@ -19,7 +19,7 @@ jobs: matrix: node-version: [ 16 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.event.workflow_run.head_branch }} - name: Verify Changed files diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 85601bed..7060667f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: node-version: [16] steps: - name: Checkout source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.workflow_run.head_branch }} - name: Verify Changed files diff --git a/.github/workflows/test-deploy-document.yml b/.github/workflows/test-deploy-document.yml index 3b79d1b9..11778783 100644 --- a/.github/workflows/test-deploy-document.yml +++ b/.github/workflows/test-deploy-document.yml @@ -19,7 +19,7 @@ jobs: node-version: [16] steps: - name: Checkout source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 515c453a..c7e09d43 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: node-version: [16] steps: - name: Checkout source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: