From 532c7df21b69a58e109397bc82ddc8885841476b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 16:04:14 +0000 Subject: [PATCH] :up: Update actions/checkout action to v4 --- .github/workflows/flutter-format.yml | 2 +- .github/workflows/pr-firebase-hosting-deploy.yml | 2 +- .github/workflows/prod-firebase-hosting-deploy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flutter-format.yml b/.github/workflows/flutter-format.yml index 6a6898b9..96b49b44 100644 --- a/.github/workflows/flutter-format.yml +++ b/.github/workflows/flutter-format.yml @@ -15,7 +15,7 @@ jobs: pull-requests: write steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 2 diff --git a/.github/workflows/pr-firebase-hosting-deploy.yml b/.github/workflows/pr-firebase-hosting-deploy.yml index 6b840fe9..8a4f760d 100644 --- a/.github/workflows/pr-firebase-hosting-deploy.yml +++ b/.github/workflows/pr-firebase-hosting-deploy.yml @@ -14,7 +14,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # 本番環境用の .env を作成 - name: create .env diff --git a/.github/workflows/prod-firebase-hosting-deploy.yml b/.github/workflows/prod-firebase-hosting-deploy.yml index 57bf1b5a..cd40d928 100644 --- a/.github/workflows/prod-firebase-hosting-deploy.yml +++ b/.github/workflows/prod-firebase-hosting-deploy.yml @@ -15,7 +15,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: main