Skip to content

Commit e69f603

Browse files
chore(deps): bump the actions group with 3 updates (#2980)
Bumps the actions group with 3 updates: [actions/cache](https://github.com/actions/cache), [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) and [tj-actions/glob](https://github.com/tj-actions/glob). Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) Updates `mymindstorm/setup-emsdk` from 13 to 14 - [Release notes](https://github.com/mymindstorm/setup-emsdk/releases) - [Commits](mymindstorm/setup-emsdk@v13...v14) Updates `tj-actions/glob` from 18 to 19 - [Release notes](https://github.com/tj-actions/glob/releases) - [Changelog](https://github.com/tj-actions/glob/blob/main/HISTORY.md) - [Commits](tj-actions/glob@v18...v19) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: mymindstorm/setup-emsdk dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: tj-actions/glob dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 845cad7 commit e69f603

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Cache awkward-cpp wheel
5353
id: cache-awkward-cpp-wheel
54-
uses: actions/cache@v3
54+
uses: actions/cache@v4
5555
with:
5656
path: ./awkward-cpp/dist
5757
key: ${{ github.job }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('awkward-cpp/**') }}

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Cache python version
3131
id: cache-pyodide-python-version
32-
uses: actions/cache@v3
32+
uses: actions/cache@v4
3333
with:
3434
path: pyodide-python-version
3535
key: ${{ runner.os }}-docs-pyodide-python-version-${{ hashFiles('docs/requirements-wasm.txt') }}
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Cache wheel
7979
id: cache-awkward-cpp-wasm-wheel
80-
uses: actions/cache@v3
80+
uses: actions/cache@v4
8181
with:
8282
path: ./awkward-cpp/dist
8383
key: ${{ runner.os }}-"${{ needs.pyodide-python-version.outputs.python-version }}-awkward-cpp-wasm-${{ hashFiles('awkward-cpp/**') }}
@@ -98,7 +98,7 @@ jobs:
9898
working-directory: awkward-cpp
9999

100100
- name: Install EMSDK
101-
uses: mymindstorm/setup-emsdk@v13
101+
uses: mymindstorm/setup-emsdk@v14
102102
if: steps.cache-awkward-cpp-wasm-wheel.outputs.cache-hit != 'true'
103103
with:
104104
version: ${{ steps.compute-emsdk-version.outputs.emsdk-version }}
@@ -157,7 +157,7 @@ jobs:
157157

158158
- name: Cache wheel
159159
id: cache-awkward-cpp-x86-64-wheel
160-
uses: actions/cache@v3
160+
uses: actions/cache@v4
161161
with:
162162
path: ./awkward-cpp/dist
163163
key: ${{ runner.os }}-${{ env.X86_64_PYTHON_VERSION }}-awkward-x86-64-wasm-${{ hashFiles('awkward-cpp/**') }}

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Cache awkward-cpp wheel
8686
id: cache-awkward-cpp-wheel
87-
uses: actions/cache@v3
87+
uses: actions/cache@v4
8888
with:
8989
path: awkward-cpp/dist
9090
key: ${{ github.job }}-${{ matrix.runs-on }}-${{ matrix.python-version }}-${{ matrix.python-architecture }}-${{ hashFiles('awkward-cpp/**') }}
@@ -96,7 +96,7 @@ jobs:
9696
python -m build -w awkward-cpp
9797
9898
- name: Find built wheel
99-
uses: tj-actions/glob@v18
99+
uses: tj-actions/glob@v19
100100
id: find-wheel
101101
with:
102102
files: |
@@ -172,7 +172,7 @@ jobs:
172172

173173
- name: Cache awkward-cpp wheel
174174
id: cache-awkward-cpp-wheel
175-
uses: actions/cache@v3
175+
uses: actions/cache@v4
176176
with:
177177
path: ./awkward-cpp/dist
178178
key: ${{ github.job }}-${{ hashFiles('awkward-cpp/**') }}
@@ -219,7 +219,7 @@ jobs:
219219

220220
- name: Cache awkward-cpp wheel
221221
id: cache-awkward-cpp-wheel
222-
uses: actions/cache@v3
222+
uses: actions/cache@v4
223223
with:
224224
path: ./awkward-cpp/dist
225225
key: ${{ github.job }}-${{ hashFiles('awkward-cpp/**') }}

0 commit comments

Comments
 (0)