Skip to content

Commit f0800f2

Browse files
authored
chore: update actions/cache to v4 (#158)
1 parent e636019 commit f0800f2

10 files changed

+10
-10
lines changed

.github/workflows/test.nhost_auth_dart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@v2
6363

6464
- name: Cache Flutter dependencies
65-
uses: actions/cache@v1
65+
uses: actions/cache@v4
6666
with:
6767
path: /opt/hostedtoolcache/flutter
6868
key: ${{ runner.OS }}-flutter-install-cache-${{ steps.flutter-version.outputs.version }}

.github/workflows/test.nhost_dart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v2
6262

6363
- name: Cache Flutter dependencies
64-
uses: actions/cache@v1
64+
uses: actions/cache@v4
6565
with:
6666
path: /opt/hostedtoolcache/flutter
6767
key: ${{ runner.OS }}-flutter-install-cache-${{ steps.flutter-version.outputs.version }}

.github/workflows/test.nhost_flutter_auth.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v2
6262

6363
- name: Cache Flutter dependencies
64-
uses: actions/cache@v1
64+
uses: actions/cache@v4
6565
with:
6666
path: /opt/hostedtoolcache/flutter
6767
key: ${{ runner.OS }}-flutter-install-cache-${{ steps.flutter-version.outputs.version }}

.github/workflows/test.nhost_flutter_graphql.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@v2
6363

6464
- name: Cache Flutter dependencies
65-
uses: actions/cache@v1
65+
uses: actions/cache@v4
6666
with:
6767
path: /opt/hostedtoolcache/flutter
6868
key: ${{ runner.OS }}-flutter-install-cache-${{ steps.flutter-version.outputs.version }}

.github/workflows/test.nhost_functions_dart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v2
6262

6363
- name: Cache Flutter dependencies
64-
uses: actions/cache@v1
64+
uses: actions/cache@v4
6565
with:
6666
path: /opt/hostedtoolcache/flutter
6767
key: ${{ runner.OS }}-flutter-install-cache-${{ steps.flutter-version.outputs.version }}

.github/workflows/test.nhost_gql_links.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v2
6262

6363
- name: Cache Flutter dependencies
64-
uses: actions/cache@v1
64+
uses: actions/cache@v4
6565
with:
6666
path: /opt/hostedtoolcache/flutter
6767
key: ${{ runner.OS }}-flutter-install-cache-${{ steps.flutter-version.outputs.version }}

.github/workflows/test.nhost_graphql_adapter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v2
6262

6363
- name: Cache Flutter dependencies
64-
uses: actions/cache@v1
64+
uses: actions/cache@v4
6565
with:
6666
path: /opt/hostedtoolcache/flutter
6767
key: ${{ runner.OS }}-flutter-install-cache-${{ steps.flutter-version.outputs.version }}

.github/workflows/test.nhost_sdk.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v2
6262

6363
- name: Cache Flutter dependencies
64-
uses: actions/cache@v1
64+
uses: actions/cache@v4
6565
with:
6666
path: /opt/hostedtoolcache/flutter
6767
key: ${{ runner.OS }}-flutter-install-cache-${{ steps.flutter-version.outputs.version }}

.github/workflows/test.nhost_storage_dart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v2
6262

6363
- name: Cache Flutter dependencies
64-
uses: actions/cache@v1
64+
uses: actions/cache@v4
6565
with:
6666
path: /opt/hostedtoolcache/flutter
6767
key: ${{ runner.OS }}-flutter-install-cache-${{ steps.flutter-version.outputs.version }}

.github/workflows/test.{package}.yaml.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v2
6262

6363
- name: Cache Flutter dependencies
64-
uses: actions/cache@v1
64+
uses: actions/cache@v4
6565
with:
6666
path: /opt/hostedtoolcache/flutter
6767
key: ${{ runner.OS }}-flutter-install-cache-${{ steps.flutter-version.outputs.version }}

0 commit comments

Comments
 (0)