Skip to content

Commit

Permalink
ci: pin missing actions/cache version
Browse files Browse the repository at this point in the history
Continues #144
  • Loading branch information
albertms10 committed Dec 12, 2022
1 parent 469b4b0 commit 7311578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
run: echo "::set-output name=artifact::windows_release_$(git describe --tags)"

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

0 comments on commit 7311578

Please sign in to comment.