Skip to content

Commit

Permalink
chore: updated workflow actions to latest (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
OutdatedGuy committed Jun 11, 2024
1 parent 474f145 commit 8ce388f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: "stable"
Expand All @@ -29,7 +29,7 @@ jobs:
name: Check code analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: "stable"
Expand Down

0 comments on commit 8ce388f

Please sign in to comment.