Skip to content

Commit 5cd5a14

Browse files
Lightning00BladeDevtools-frontend LUCI CQ
authored andcommitted
Update GitHub actions versions
Some of this versions are getting deprecation notices so updating to the latest version. Bug: none Change-Id: I1d4d50c7b44856ccc7a289271fa9ace4cc867378 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7725363 Auto-Submit: Nikolay Vitkov <nvitkov@chromium.org> Reviewed-by: Alex Rudenko <alexrudenko@chromium.org> Commit-Queue: Alex Rudenko <alexrudenko@chromium.org>
1 parent 16ac8f0 commit 5cd5a14

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/auto-close-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
auto-close:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
with:
1919
sparse-checkout: |
2020
.github

.github/workflows/publish-component-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Add depot_tools to path
1818
run: echo $(realpath depot_tools) >> $GITHUB_PATH
1919
- name: Checkout repository
20-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
uses: actions/checkout@v6
2121
with:
2222
# We need to make sure that the parent directory of the checkout
2323
# is correctly identified as a standalone checkout (see devtools_paths.py).

.github/workflows/publish-to-npm-on-tag.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
id-token: write
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
- name: Set up Node.js
18-
uses: actions/setup-node@v4
18+
uses: actions/setup-node@v6
1919
with:
20-
node-version: '22'
20+
node-version: '24'
2121
registry-url: 'https://registry.npmjs.org'
2222
- name: Update npm
2323
run: npm install -g npm@latest

.github/workflows/tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
tag-commits:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Get devtools version
1818
id: devtools_version
1919
shell: bash
2020
run: ./scripts/devtools_version.sh
2121
- name: Create tag
22-
uses: actions/github-script@v7
22+
uses: actions/github-script@v8
2323
# This can fail if the tag exists but this is expected.
2424
continue-on-error: true
2525
env:

0 commit comments

Comments
 (0)