Skip to content

Commit

Permalink
v3の変更漏れ対応
Browse files Browse the repository at this point in the history
  • Loading branch information
bateleurX committed Nov 20, 2023
1 parent c7b8a79 commit 74b8681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603

- name: Install Flutter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Flutter
uses: subosito/flutter-action@v2
Expand Down

0 comments on commit 74b8681

Please sign in to comment.