Skip to content

Commit 2f6cd60

Browse files
authored
chore: updated workflow actions to latest (#33)
1 parent c7bd92f commit 2f6cd60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code_quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- uses: subosito/flutter-action@v2
2020
with:
2121
channel: "stable"
@@ -29,7 +29,7 @@ jobs:
2929
name: Check code analysis
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
- uses: subosito/flutter-action@v2
3434
with:
3535
channel: "stable"

0 commit comments

Comments
 (0)