Skip to content

Commit

Permalink
chore(): updated actions/cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyllark committed Feb 11, 2025
1 parent e2fb3ff commit 6e95886
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart_dart2js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- sdk: ${{ (github.event_name == 'pull_request') && 'beta' || 'NONE' }}
steps:
- name: Cache Pub dependencies
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # 3.3.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0
with:
path: |
~/.pub-cache/hosted
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dart_ddc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- sdk: ${{ (github.event_name == 'pull_request') && 'beta' || 'NONE' }}
steps:
- name: Cache Pub dependencies
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # 3.3.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0
with:
path: |
~/.pub-cache/hosted
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dart_native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Cache Pub dependencies
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # 3.3.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0
with:
path: |
~/.pub-cache/hosted
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dart_vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- sdk: ${{ (github.event_name == 'pull_request') && 'beta' || 'NONE' }}
steps:
- name: Cache Pub dependencies
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # 3.3.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0
with:
path: |
~/.pub-cache/hosted
Expand Down

0 comments on commit 6e95886

Please sign in to comment.