Skip to content

Commit a20b348

Browse files
Bump actions/checkout from 3 to 4 (#3854)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a522e9 commit a20b348

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
lint:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v3
2020
with:
2121
node-version: "*" # latest

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout highlight.js
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: Tag is ${{ github.ref }}.
2626
# we have to repeat ourselves here since the environment is not actually updated
@@ -86,7 +86,7 @@ jobs:
8686
false
8787
8888
- name: Checkout cdn-release
89-
uses: actions/checkout@v3
89+
uses: actions/checkout@v4
9090
with:
9191
repository: 'highlightjs/cdn-release'
9292
path: 'cdn-release'

.github/workflows/size_report_create.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99

1010
steps:
1111
- name: Checkout Base
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
with:
1414
ref: ${{ github.event.pull_request.base.ref }}
1515
path: base
1616

1717
- name: Checkout PR
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
path: pr
2121

.github/workflows/tests.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build-how: ["node", "browser", "browser -n", "cdn :common"]
2424

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

0 commit comments

Comments
 (0)