From ccfae6e66362c829b9f224f045a2fcb90566399f Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:56:34 -0700 Subject: [PATCH] chore(ci): update actions/checkout to v4 (#6438) --- .github/workflows/codegen-ci.yml | 2 +- .github/workflows/commit-message-lint.yml | 2 +- .github/workflows/pre-commit-hooks.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codegen-ci.yml b/.github/workflows/codegen-ci.yml index d36ab6af1efe..fbd72c40f85f 100644 --- a/.github/workflows/codegen-ci.yml +++ b/.github/workflows/codegen-ci.yml @@ -21,7 +21,7 @@ jobs: java: [17] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v3 diff --git a/.github/workflows/commit-message-lint.yml b/.github/workflows/commit-message-lint.yml index ffcebcfa07d1..2f3e449485ba 100644 --- a/.github/workflows/commit-message-lint.yml +++ b/.github/workflows/commit-message-lint.yml @@ -10,7 +10,7 @@ jobs: commitlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: wagoid/commitlint-github-action@v4 diff --git a/.github/workflows/pre-commit-hooks.yml b/.github/workflows/pre-commit-hooks.yml index a0c96f863f40..4e27c20a9c23 100644 --- a/.github/workflows/pre-commit-hooks.yml +++ b/.github/workflows/pre-commit-hooks.yml @@ -10,7 +10,7 @@ jobs: run-pre-commit-hooks: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: set up Node.js uses: actions/setup-node@v3