Skip to content

Commit

Permalink
Merge pull request #1 from xsahil03x/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

build(deps): Bump actions/checkout from 3 to 4
  • Loading branch information
xsahil03x authored Nov 6, 2023
2 parents f1a09ae + 39746bd commit e012dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/super_pager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📚 Git Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🐦 Setup Flutter
uses: subosito/flutter-action@v2
Expand All @@ -46,7 +46,7 @@ jobs:
working-directory: example
steps:
- name: 📚 Git Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🐦 Setup Flutter
uses: subosito/flutter-action@v2
Expand Down

0 comments on commit e012dd4

Please sign in to comment.