From 456eab8608ade9f71d5f70c95ffcdcfa91f5e4cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:55:00 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/brakeman-analysis.yml | 2 +- .github/workflows/build_docker_image.yml | 2 +- .github/workflows/config.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/brakeman-analysis.yml b/.github/workflows/brakeman-analysis.yml index 864b887f..4f4ae63a 100644 --- a/.github/workflows/brakeman-analysis.yml +++ b/.github/workflows/brakeman-analysis.yml @@ -17,7 +17,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Customize the ruby version depending on your needs - name: Setup Ruby diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index f1d704bd..b075fddb 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -36,7 +36,7 @@ jobs: --health-retries 5 steps: - name: ソースコードをチェックアウトする - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Docker イメージ をビルドする env: DOCKER_BUILDKIT: 1 # '# syntax = docker/dockerfile:1.2' は不要だが、この指定は 2023/01/23 現在、必須 diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 9e9fa5c7..28b50d94 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -39,7 +39,7 @@ jobs: --health-retries 5 steps: - name: コードをチェックアウトする - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Ruby のセットアップを行う uses: ruby/setup-ruby@v1 with: @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: ソースコードをチェックアウトする - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: GCP の認証を行う uses: google-github-actions/auth@v1 with: