Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Commit d2ed90e

Browse files
authored
Merge pull request #196 from 2rabs/renovate/actions-checkout-4.x
🆙 Update actions/checkout action to v4
2 parents 495e857 + 532c7df commit d2ed90e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/flutter-format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: write
1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 2
2121

.github/workflows/pr-firebase-hosting-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
# 本番環境用の .env を作成
2020
- name: create .env

.github/workflows/prod-firebase-hosting-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
ref: main
2121

0 commit comments

Comments
 (0)