Skip to content

Commit 1a4b6e6

Browse files
authored
build(ci): Bump action dependencies for node profiling (#10473)
Noticed warnings in GH for these, so bumping all of these to latest.
1 parent 05fb074 commit 1a4b6e6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,8 @@ jobs:
566566
with:
567567
node-version: 20
568568
- uses: actions/setup-python@v5
569+
with:
570+
python-version: '3.11.7'
569571
- name: Restore caches
570572
uses: ./.github/actions/restore-cache
571573
env:
@@ -1346,20 +1348,20 @@ jobs:
13461348
ln -sf python3 /usr/bin/python
13471349
13481350
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
1349-
uses: actions/checkout@v2
1351+
uses: actions/checkout@v4
13501352
with:
13511353
ref: ${{ env.HEAD_COMMIT }}
13521354

13531355
- name: Restore dependency cache
1354-
uses: actions/cache/restore@v3
1356+
uses: actions/cache/restore@v4
13551357
id: restore-dependencies
13561358
with:
13571359
path: ${{ env.CACHED_DEPENDENCY_PATHS }}
13581360
key: ${{ needs.job_install_deps.outputs.dependency_cache_key }}
13591361
enableCrossOsArchive: true
13601362

13611363
- name: Restore build cache
1362-
uses: actions/cache/restore@v3
1364+
uses: actions/cache/restore@v4
13631365
id: restore-build
13641366
with:
13651367
path: ${{ env.CACHED_BUILD_PATHS }}
@@ -1378,14 +1380,14 @@ jobs:
13781380
run: yarn config set network-timeout 600000 -g
13791381

13801382
- name: Setup python
1381-
uses: actions/setup-python@v4
1383+
uses: actions/setup-python@v5
13821384
if: ${{ !contains(matrix.container, 'alpine') }}
13831385
id: python-setup
13841386
with:
13851387
python-version: '3.8.10'
13861388

13871389
- name: Setup Node
1388-
uses: actions/setup-node@v3
1390+
uses: actions/setup-node@v4
13891391
with:
13901392
node-version: ${{ matrix.node }}
13911393

0 commit comments

Comments
 (0)