Skip to content

Commit 1eedfaf

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Check out the repo
34-
uses: actions/checkout@v2
34+
uses: actions/checkout@v4
3535
- # https://github.com/marketplace/actions/build-and-push-docker-images
3636
name: Prepare tags
3737
id: prep

.github/workflows/linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Checkout the code base #
3838
##########################
3939
- name: Checkout Code
40-
uses: actions/checkout@v2
40+
uses: actions/checkout@v4
4141

4242
################################
4343
# Run Linter against code base #

0 commit comments

Comments
 (0)