From fb88807aa644a1614861520d20356dc0e0a5d91e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 00:12:30 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.6 --- .github/workflows/file-change-guard.yaml | 2 +- .github/workflows/integrate.yaml | 2 +- .github/workflows/ja-translation.yaml | 2 +- .github/workflows/pin-submodule-and-run-codegen.yaml | 2 +- .github/workflows/run-codegen.yaml | 2 +- .github/workflows/update-contributors.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/file-change-guard.yaml b/.github/workflows/file-change-guard.yaml index 4fa4d879..8552ce30 100644 --- a/.github/workflows/file-change-guard.yaml +++ b/.github/workflows/file-change-guard.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Get changed files id: changed-files continue-on-error: true diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 7e82992c..82290a37 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Setup Biome uses: biomejs/setup-biome@b9af8bac86b0da736cfbfadbfeb3f7463da083f2 # v2.1.1 - name: Run Biome diff --git a/.github/workflows/ja-translation.yaml b/.github/workflows/ja-translation.yaml index 41c67056..b5d1aa0b 100644 --- a/.github/workflows/ja-translation.yaml +++ b/.github/workflows/ja-translation.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout PR branch - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Setup node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: diff --git a/.github/workflows/pin-submodule-and-run-codegen.yaml b/.github/workflows/pin-submodule-and-run-codegen.yaml index 6d1d9f44..80ecd9d6 100644 --- a/.github/workflows/pin-submodule-and-run-codegen.yaml +++ b/.github/workflows/pin-submodule-and-run-codegen.yaml @@ -24,7 +24,7 @@ jobs: cancel-in-progress: true steps: - name: Checkout repository - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: submodules: true - name: Get commit ID of submodule (workflow dispatch, empty) diff --git a/.github/workflows/run-codegen.yaml b/.github/workflows/run-codegen.yaml index e89de55c..d5faaedf 100644 --- a/.github/workflows/run-codegen.yaml +++ b/.github/workflows/run-codegen.yaml @@ -26,7 +26,7 @@ jobs: cancel-in-progress: true steps: - name: Checkout repository - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: submodules: true - name: Run codegen diff --git a/.github/workflows/update-contributors.yaml b/.github/workflows/update-contributors.yaml index 237f5cf1..b64e8633 100644 --- a/.github/workflows/update-contributors.yaml +++ b/.github/workflows/update-contributors.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Setup node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: