Skip to content

Commit 5716334

Browse files
dependabot[bot]amilcarlucas
authored andcommitted
build(deps): bump actions/cache from 5.0.4 to 5.0.5
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](actions/cache@6682284...27d5ce7) --- 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>
1 parent 4a1e0b3 commit 5716334

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ai-translation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cache-dependency-path: 'pyproject.toml'
5050

5151
- name: Cache apt packages
52-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
52+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5353
with:
5454
path: |
5555
/var/cache/apt/archives/*.deb
@@ -408,7 +408,7 @@ jobs:
408408
cache-dependency-path: 'pyproject.toml'
409409

410410
- name: Cache apt packages
411-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
411+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
412412
with:
413413
path: |
414414
/var/cache/apt/archives/*.deb

.github/workflows/build_windows_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Restore Inno Setup installer from cache
5353
id: cache-innosetup
54-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
54+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5555
with:
5656
path: installer.exe
5757
key: innosetup-6.5.4-exe
@@ -117,7 +117,7 @@ jobs:
117117
118118
- name: Restore ChineseSimplified.isl from cache
119119
id: cache-chinese-isl
120-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
120+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
121121
with:
122122
path: ChineseSimplified.isl
123123
key: chinese-simplified-isl-6.5

.github/workflows/pytest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Cache apt packages (Linux)
5656
if: matrix.os == 'ubuntu-latest'
57-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
57+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5858
with:
5959
path: /var/cache/apt/archives
6060
key: apt-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('.github/workflows/pytest.yml') }}
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Cache Homebrew packages (macOS)
8181
if: matrix.os == 'macos-latest'
82-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
82+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
8383
with:
8484
path: ~/Library/Caches/Homebrew
8585
key: brew-${{ runner.os }}-python-tk-${{ hashFiles('.github/workflows/pytest.yml') }}
@@ -133,7 +133,7 @@ jobs:
133133
134134
- name: Cache SITL files
135135
if: matrix.os == 'ubuntu-latest'
136-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
136+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
137137
with:
138138
path: sitl/
139139
key: ${{ env.SITL_CACHE_KEY }}

.github/workflows/update_mo_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cache-dependency-path: 'pyproject.toml'
4141

4242
- name: Cache apt packages
43-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
43+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4444
with:
4545
path: |
4646
/var/cache/apt/archives/*.deb

0 commit comments

Comments
 (0)