Skip to content

Commit 765326b

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a1ede1b commit 765326b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-nvim-dev.yml

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

3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v6
3737

3838
- name: Set up Docker Buildx
3939
uses: docker/setup-buildx-action@v3

.github/workflows/check-package-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
114114
- name: Checkout
115115
if: steps.should-run.outputs.skip != 'true'
116-
uses: actions/checkout@v4
116+
uses: actions/checkout@v6
117117

118118
- name: Get upstream version
119119
if: steps.should-run.outputs.skip != 'true'

0 commit comments

Comments
 (0)