File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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') }}
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 }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments