Skip to content

Commit

Permalink
chore: update cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastersam07 committed Sep 23, 2024
1 parent 4419cc0 commit 0d0879f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: true

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.pub-cache
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/shared-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
${{ runner.os }}-pub-
- name: Cache Gradle dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
# uses: actions/checkout@v3

# - name: Cache CocoaPods dependencies
# uses: actions/cache@v3
# uses: actions/cache@v4
# with:
# path: |
# ~/.cocoapods
Expand All @@ -166,7 +166,7 @@ jobs:
# ${{ runner.os }}-pods-

# - name: Cache Flutter dependencies
# uses: actions/cache@v3
# uses: actions/cache@v4
# with:
# path: |
# ~/.pub-cache
Expand Down
2 changes: 1 addition & 1 deletion packages/catalog/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
<link rel="manifest" href="manifest.json">
</head>
<body>
<script src="flutter_bootstrap.js" async></script>
<script src="./flutter_bootstrap.js" async></script>
</body>
</html>

0 comments on commit 0d0879f

Please sign in to comment.