Skip to content

Commit 8a07039

Browse files
Bump the github-actions group with 2 updates (dart-lang#9325)
Bumps the github-actions group with 2 updates: [actions/cache](https://github.com/actions/cache) and [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart). Updates `actions/cache` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@cdf6c1f...6682284) Updates `dart-lang/setup-dart` from 1.7.1 to 1.7.2 - [Release notes](https://github.com/dart-lang/setup-dart/releases) - [Changelog](https://github.com/dart-lang/setup-dart/blob/main/CHANGELOG.md) - [Commits](dart-lang/setup-dart@e51d8e5...65eb853) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: dart-lang/setup-dart dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3026530 commit 8a07039

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/all-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Cache PUB_CACHE
22-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
22+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
2323
with:
2424
path: ~/.pub-cache
2525
key: ${{runner.os}}-pub-cache
2626
- name: Setup Dart SDK
27-
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
27+
uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
2828
with:
2929
sdk: ${{env.DART_SDK_VERSION}}
3030
- name: Checkout repository
@@ -61,12 +61,12 @@ jobs:
6161
- 5432:5432
6262
steps:
6363
- name: Cache PUB_CACHE
64-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
64+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
6565
with:
6666
path: ~/.pub-cache
6767
key: ${{runner.os}}-pub-cache
6868
- name: Setup Dart SDK
69-
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
69+
uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
7070
with:
7171
sdk: ${{env.DART_SDK_VERSION}}
7272
- name: Checkout repository
@@ -118,12 +118,12 @@ jobs:
118118
- name: Enable unprivileged user namespaces
119119
run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
120120
- name: Cache PUB_CACHE
121-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
121+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
122122
with:
123123
path: ~/.pub-cache
124124
key: ${{runner.os}}-pub-cache
125125
- name: Setup Dart SDK
126-
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
126+
uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
127127
with:
128128
sdk: ${{env.DART_SDK_VERSION}}
129129
- name: Checkout repository

.github/workflows/token-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
40-
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
40+
- uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
4141
- name: Install dependencies
4242
run: dart pub get
4343
working-directory: app

.github/workflows/weekly-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- 5432:5432
2929
steps:
3030
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
31-
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
31+
- uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
3232
- name: Install dependencies
3333
run: dart pub get
3434
working-directory: app

0 commit comments

Comments
 (0)