Skip to content

Commit 7d2c1b7

Browse files
dependabot[bot]andyleejordan
authored andcommitted
Bump actions/checkout from 3 to 4
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]>
1 parent 46f8664 commit 7d2c1b7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333

3434
- name: Install dotnet
3535
uses: actions/setup-dotnet@v3

.github/workflows/emacs-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
- name: Install dotnet
2323
uses: actions/setup-dotnet@v3

.github/workflows/vim-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
- name: Install dotnet
2323
uses: actions/setup-dotnet@v3
@@ -31,13 +31,13 @@ jobs:
3131
id: vim
3232

3333
- name: Checkout vim-ps1
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535
with:
3636
repository: PProvost/vim-ps1
3737
path: vim-ps1
3838

3939
- name: Checkout LanguageClient-neovim
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
4141
with:
4242
repository: autozimu/LanguageClient-neovim
4343
path: LanguageClient-neovim
@@ -47,7 +47,7 @@ jobs:
4747
working-directory: LanguageClient-neovim
4848

4949
- name: Checkout Themis
50-
uses: actions/checkout@v3
50+
uses: actions/checkout@v4
5151
with:
5252
repository: thinca/vim-themis
5353
path: vim-themis

0 commit comments

Comments
 (0)