Skip to content

Commit 06e863f

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#4901)
1 parent c68142e commit 06e863f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414

1515
- name: CHANGELOG.org -> CHANGELOG.md
1616
uses: docker://pandoc/core:2.9

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414

1515
- uses: jcs090218/setup-emacs@master
1616
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
if: runner.os == 'Linux'
8888
run: "clangd-15 --version"
8989

90-
- uses: actions/checkout@v4
90+
- uses: actions/checkout@v5
9191

9292
- name: Grant execution permission (Unix)
9393
if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm' || matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)