diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-04-17 14:23:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-17 14:23:38 +0200 |
| commit | aad1ab5e5678794db38fb687c2b6d91d6a2160b5 (patch) | |
| tree | 70382e94b5392f9437d8664f7f69ae33d38264cf /.github/workflows | |
| parent | 8579974f5eaaa3ae9b593312bd0699dc989ace5b (diff) | |
[upd] github-actions: Bump actions/cache from 5.0.4 to 5.0.5 (#5985)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.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/668228422ae6a00e4ad889ee87cd7109ec5666a7...27d5ce7f107fe9357f9df03efb73ab90386fccae)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 5.0.5
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>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/container.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/data-update.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/documentation.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/integration.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/l10n.yml | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 0c1416e7f..cf38096d4 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -84,7 +84,7 @@ jobs: fetch-depth: "0" - name: Setup cache Python - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: key: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-${{ hashFiles('./requirements*.txt') }}" restore-keys: | @@ -96,7 +96,7 @@ jobs: run: echo "date=$(date +'%Y%m%d')" >>$GITHUB_OUTPUT - name: Setup cache container - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: key: "container-${{ matrix.arch }}-${{ steps.date.outputs.date }}-${{ hashFiles('./requirements*.txt') }}" restore-keys: | diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml index 31619a46e..9d24afcb1 100644 --- a/.github/workflows/data-update.yml +++ b/.github/workflows/data-update.yml @@ -51,7 +51,7 @@ jobs: persist-credentials: "false" - name: Setup cache Python - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: key: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-${{ hashFiles('./requirements*.txt') }}" restore-keys: | diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 8532902d3..1de2e7072 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -43,7 +43,7 @@ jobs: fetch-depth: "0" - name: Setup cache Python - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: key: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-${{ hashFiles('./requirements*.txt') }}" restore-keys: | diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9582b2349..47c3bb4b0 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -44,7 +44,7 @@ jobs: persist-credentials: "false" - name: Setup cache Python - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: key: "python-${{ matrix.python-version }}-${{ runner.arch }}-${{ hashFiles('./requirements*.txt') }}" restore-keys: | @@ -77,13 +77,13 @@ jobs: node-version-file: "./.nvmrc" - name: Setup cache Node.js - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: key: "nodejs-${{ runner.arch }}-${{ hashFiles('./.nvmrc', './package.json') }}" path: "./client/simple/node_modules/" - name: Setup cache Python - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: key: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-${{ hashFiles('./requirements*.txt') }}" restore-keys: | diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml index c8920791b..01b14eb60 100644 --- a/.github/workflows/l10n.yml +++ b/.github/workflows/l10n.yml @@ -46,7 +46,7 @@ jobs: fetch-depth: "0" - name: Setup cache Python - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: key: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-${{ hashFiles('./requirements*.txt') }}" restore-keys: | @@ -94,7 +94,7 @@ jobs: fetch-depth: "0" - name: Setup cache Python - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: key: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-${{ hashFiles('./requirements*.txt') }}" restore-keys: | |
