Skip to content

Commit

Permalink
Merge pull request #21 from pagopa/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
jacopocarlini authored Jun 28, 2024
2 parents dc194ae + 7f628d0 commit 5bbbbbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@1f9a0c22da41e6ebfa534300ef656657ea2c6707

- name: Flutter action ⬇️
uses: subosito/[email protected]
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # v2.10.0
with:
channel: 'stable'
cache: true
Expand All @@ -41,14 +41,14 @@ jobs:
run: flutter build web --base-href /pagopa-status-page/

- name: Setup Pages ⚙️
uses: actions/configure-pages@v3
uses: actions/configure-pages@b8130d9ab958b325bbde9786d62f2c97a9885a0e # v3

- name: Upload artifact ⬆️
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@84bb4cd4b733d5c320c9c9cfbc354937524f4d64 # v1
with:
path: './build/web/'

- name: Deploy to GitHub Pages 🚀
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@f27bcc15848fdcdcc02f01754eb838e44bcf389b # v1

0 comments on commit 5bbbbbd

Please sign in to comment.