Skip to content

Commit

Permalink
Merge pull request #80 from flutter-form-builder-ecosystem/dependabot…
Browse files Browse the repository at this point in the history
…/github_actions/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
deandreamatias authored Sep 5, 2023
2 parents 5ac4751 + 00096d4 commit 9f08ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check broken links
uses: JustinBeckwith/linkinator-action@v1
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- name: Flutter action
uses: subosito/flutter-action@v2
Expand Down

0 comments on commit 9f08ee4

Please sign in to comment.