Skip to content

Commit 6ff032f

Browse files
dependabot[bot]simolus3
authored andcommitted
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) and [actions/cache](https://github.com/actions/cache). Updates `zizmorcore/zizmor-action` from 0.5.6 to 0.5.7 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@5f14fd0...192e21d) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: zizmorcore/zizmor-action dependency-version: 0.5.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18448f3 commit 6ff032f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
persist-credentials: false
2121
- name: Run zizmor 🌈
22-
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
22+
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7
2323
with:
2424
persona: pedantic
2525

@@ -158,7 +158,7 @@ jobs:
158158
run: |
159159
dart pub get
160160
dart analyze
161-
- uses: actions/cache@v5
161+
- uses: actions/cache@v6
162162
with:
163163
path: dart/.dart_tool/hooks_runner/
164164
key: hooks-${{ matrix.os }}-${{ hashFiles('dart/pubspec.lock') }}
@@ -208,7 +208,7 @@ jobs:
208208
dart pub get
209209
dart analyze
210210
211-
- uses: actions/cache@v5
211+
- uses: actions/cache@v6
212212
with:
213213
path: dart/.dart_tool/hooks_runner/
214214
key: hooks-${{ matrix.os }}-${{ hashFiles('dart/pubspec.lock') }}

0 commit comments

Comments
 (0)