ci: bump actions/cache from 5.0.1 to 5.0.3 in /.github/actions/eclint (#15746) Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/9255dc7a253b0ccc959486e2bca901246202afeb...cdf6c1fa76f9f475f3d7449005a359c84ca0f306) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/actions/eclint/action.yml b/.github/actions/eclint/action.yml index a164418..7655bc4 100644 --- a/.github/actions/eclint/action.yml +++ b/.github/actions/eclint/action.yml
@@ -12,7 +12,7 @@ steps: - name: Cache eclint binary id: cache-eclint - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: ~/.local/bin/eclint key: eclint-${{ inputs.eclint-version }}-${{ runner.os }}-${{ runner.arch }}