Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Bump actions/checkout from 3.5.0 to 3.5.2 #125

Merged
merged 1 commit into from
Apr 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/flutter_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2

# Setup the flutter environment.
- uses: subosito/flutter-action@v2.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_draft_github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- run: flutter doctor -v
# Checkout code, recreate missing files, and get packages.
- name: Checkout code
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.2
- run: flutter create .
- run: flutter pub get

Expand Down