Skip to content

Commit

Permalink
Merge pull request #758 from juliansteenbakker/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/checkout-4.1.0

chore(deps): bump actions/checkout from 4.0.0 to 4.1.0
  • Loading branch information
juliansteenbakker authored Oct 3, 2023
2 parents 128ce4b + 65097e2 commit fc2a597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- uses: actions/[email protected]
with:
java-version: 11
Expand All @@ -28,7 +28,7 @@ jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- uses: actions/[email protected]
with:
java-version: 11
Expand Down

0 comments on commit fc2a597

Please sign in to comment.