Skip to content

Commit

Permalink
Merge pull request #152 from albertms10/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-3.2.1
  • Loading branch information
dependabot[bot] committed Dec 23, 2022
2 parents fe34beb + 3d52996 commit 666f46a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@b56e6a3d768b11aef1d4c73977caf6413c0d74c8 # v3

- name: Cache dependencies
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1
id: cache
with:
path: /opt/hostedtoolcache/flutter
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: echo "::set-output name=artifact::ios_release_$(git describe --tags)"

- name: Cache dependencies
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1
id: cache
with:
path: /Users/runner/hostedtoolcache/flutter
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
java-version: 17

- name: Cache dependencies
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1
id: cache
with:
path: /opt/hostedtoolcache/flutter
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
run: echo "::set-output name=artifact::macos_release_$(git describe --tags)"

- name: Cache dependencies
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1
id: cache
with:
path: /Users/runner/hostedtoolcache/flutter
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
run: echo "::set-output name=artifact::windows_release_$(git describe --tags)"

- name: Cache dependencies
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1
id: cache
with:
path: /opt/hostedtoolcache/flutter
Expand Down

0 comments on commit 666f46a

Please sign in to comment.