Skip to content

Commit 7e8c50c

Browse files
chore(deps): bump actions/checkout from 2 to 4 (#257)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...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 eb9dac0 commit 7e8c50c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: jcs090218/setup-emacs@master
2020
with:
2121
version: '27.2'
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323

2424
- name: Bump version
2525
uses: actions/github-script@v5

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
target: aarch64-apple-darwin
4545
runs-on: ${{ matrix.os }}
4646
steps:
47-
- uses: actions/checkout@v3
47+
- uses: actions/checkout@v4
4848
- run: .github/script/setup
4949

5050
- name: Install tree-sitter CLI

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
host: x86_64-pc-windows-msvc
4242
runs-on: ${{ matrix.os }}
4343
steps:
44-
- uses: actions/checkout@v3
44+
- uses: actions/checkout@v4
4545
- run: .github/script/setup
4646

4747
- name: Install tree-sitter CLI
@@ -104,7 +104,7 @@ jobs:
104104
- uses: jcs090218/setup-emacs@master
105105
with:
106106
version: '27.2'
107-
- uses: actions/checkout@v2
107+
- uses: actions/checkout@v4
108108
- name: Generate release notes
109109
run: |
110110
RELEASE_VERSION=$(git describe --tags --abbrev=0)

.github/workflows/shell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
runs-on: ${{ github.event.inputs.platform }}
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
ref: ${{ github.event.inputs.revision }}
2525
- uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)