Skip to content

Commit 335a687

Browse files
chore(deps): bump actions/checkout from 3 to 4 (#4407)
1 parent 42081d3 commit 335a687

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@v3
13+
uses: actions/checkout@v4
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@v3
13+
- uses: actions/checkout@v4
1414

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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
if: runner.os == 'Linux'
7070
run: "clangd-11 --version"
7171

72-
- uses: actions/checkout@v3
72+
- uses: actions/checkout@v4
7373

7474
- name: Grant execution permission
7575
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)