Skip to content

Commit 110b6b6

Browse files
Bump actions/checkout from 4 to 5 (#1215)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc868a0 commit 110b6b6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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@v4
22+
- uses: actions/checkout@v5
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
@@ -48,7 +48,7 @@ jobs:
4848
target: aarch64-apple-darwin
4949
runs-on: ${{ matrix.os }}
5050
steps:
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v5
5252
- run: .github/script/setup
5353

5454
# Cross build

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
host: x86_64-pc-windows-msvc
4747
runs-on: ${{ matrix.os }}
4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v5
5050
- run: .github/script/setup
5151

5252
# Cross build
@@ -122,7 +122,7 @@ jobs:
122122
- uses: jcs090218/setup-emacs@master
123123
with:
124124
version: '27.2'
125-
- uses: actions/checkout@v4
125+
- uses: actions/checkout@v5
126126
- name: Generate release notes
127127
run: |
128128
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@v4
22+
- uses: actions/checkout@v5
2323
with:
2424
ref: ${{ github.event.inputs.revision }}
2525
- uses: mxschmitt/action-tmate@v3

.github/workflows/update-grammars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- yaml
120120
- zig
121121
steps:
122-
- uses: actions/checkout@v4
122+
- uses: actions/checkout@v5
123123
with:
124124
persist-credentials: false
125125
fetch-depth: 0

0 commit comments

Comments
 (0)