Skip to content

Commit

Permalink
Merge pull request #129 from hugo-sid/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough authored Sep 3, 2023
2 parents 7dae0af + f5f8b25 commit 08d5d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- run: dart --version
- run: dart pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- run: dart --version
- run: dart pub get
Expand Down

0 comments on commit 08d5d02

Please sign in to comment.