Skip to content

Commit

Permalink
chore: update actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Jan 7, 2025
1 parent e636019 commit 346bab3
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.nhost_auth_dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v2

- name: Cache Flutter dependencies
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: /opt/hostedtoolcache/flutter
key: ${{ runner.OS }}-flutter-install-cache-${{ steps.flutter-version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.nhost_dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v2

- name: Cache Flutter dependencies
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: /opt/hostedtoolcache/flutter
key: ${{ runner.OS }}-flutter-install-cache-${{ steps.flutter-version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.nhost_flutter_auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v2

- name: Cache Flutter dependencies
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: /opt/hostedtoolcache/flutter
key: ${{ runner.OS }}-flutter-install-cache-${{ steps.flutter-version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.nhost_flutter_graphql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v2

- name: Cache Flutter dependencies
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: /opt/hostedtoolcache/flutter
key: ${{ runner.OS }}-flutter-install-cache-${{ steps.flutter-version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.nhost_functions_dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v2

- name: Cache Flutter dependencies
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: /opt/hostedtoolcache/flutter
key: ${{ runner.OS }}-flutter-install-cache-${{ steps.flutter-version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.nhost_gql_links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v2

- name: Cache Flutter dependencies
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: /opt/hostedtoolcache/flutter
key: ${{ runner.OS }}-flutter-install-cache-${{ steps.flutter-version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.nhost_graphql_adapter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v2

- name: Cache Flutter dependencies
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: /opt/hostedtoolcache/flutter
key: ${{ runner.OS }}-flutter-install-cache-${{ steps.flutter-version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.nhost_sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v2

- name: Cache Flutter dependencies
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: /opt/hostedtoolcache/flutter
key: ${{ runner.OS }}-flutter-install-cache-${{ steps.flutter-version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.nhost_storage_dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v2

- name: Cache Flutter dependencies
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: /opt/hostedtoolcache/flutter
key: ${{ runner.OS }}-flutter-install-cache-${{ steps.flutter-version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.{package}.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v2

- name: Cache Flutter dependencies
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: /opt/hostedtoolcache/flutter
key: ${{ runner.OS }}-flutter-install-cache-${{ steps.flutter-version.outputs.version }}
Expand Down

0 comments on commit 346bab3

Please sign in to comment.