Skip to content

Commit

Permalink
🔧 chore(pages.yml): update GitHub Actions workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WezSieTato committed Oct 1, 2023
1 parent aef0cbf commit 20b7329
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2 # Only works with v2
- uses: subosito/flutter-action@v1
- uses: bluefireteam/flutter-gh-pages@v7
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
- uses: bluefireteam/flutter-gh-pages@v8

0 comments on commit 20b7329

Please sign in to comment.