Skip to content

Commit 76cc734

Browse files
committed
checkout@v1 -> checkout@v4
1 parent 38cd366 commit 76cc734

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ on:
1515
branches: [ main ]
1616
paths:
1717
- '**.dart'
18-
18+
1919
workflow_dispatch:
2020

2121
jobs:
2222
build:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727

2828
# Note: This workflow uses the latest stable version of the Dart SDK.
2929
# You can specify other versions if desired, see documentation here:

0 commit comments

Comments
 (0)