Skip to content

Commit 26ac15d

Browse files
dependabot[bot]kobenguyent
authored andcommitted
chore(deps): bump actions/checkout from 4 to 5 (#5258)
1 parent f6b51c7 commit 26ac15d

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/dtslint.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
matrix:
1616
node-version: [20.x]
1717
steps:
18-
- uses: actions/checkout@v5
19-
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@v5
21-
with:
22-
node-version: ${{ matrix.node-version }}
23-
- run: npm i --force
24-
env:
25-
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true
26-
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
27-
- run: npm run def
28-
- run: npm run dtslint
18+
- uses: actions/checkout@v5
19+
- name: Use Node.js ${{ matrix.node-version }}
20+
uses: actions/setup-node@v4
21+
with:
22+
node-version: ${{ matrix.node-version }}
23+
- run: npm i --force
24+
env:
25+
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true
26+
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
27+
- run: npm run def
28+
- run: npm run dtslint

.github/workflows/puppeteer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: [20.x]
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
- name: Use Node.js ${{ matrix.node-version }}
2828
uses: actions/setup-node@v4
2929
with:

.github/workflows/webdriver.yml

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

2424
steps:
2525
- run: docker run --net=host -d --shm-size=2g selenium/standalone-chrome:4.27
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
- name: Use Node.js ${{ matrix.node-version }}
2828
uses: actions/setup-node@v5
2929
with:

0 commit comments

Comments
 (0)