2
mirror of https://github.com/digineat/go-metatrader4.git synced 2026-02-06 13:48:08 +04:00

Bump actions/cache from 4 to 5 (#33)

Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [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/v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-02-05 11:41:21 +04:00
committed by GitHub
parent c1f3479972
commit d2d95fd193

View File

@@ -21,7 +21,7 @@ jobs:
with: with:
go-version: "1.25.7" go-version: "1.25.7"
- name: Cache Go modules - name: Cache Go modules
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: | path: |
~/.cache/go-build ~/.cache/go-build