Skip to content

Commit 289df23

Browse files
dependabot[bot]sebthom
authored andcommitted
fix(deps): 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] <support@github.com>
1 parent 931c1d6 commit 289df23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

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

3737
steps:
3838
- name: Git Checkout
39-
uses: actions/checkout@v3 #https://github.com/actions/checkout
39+
uses: actions/checkout@v4 #https://github.com/actions/checkout
4040

4141
- name: Cache trivy cache
4242
uses: actions/cache@v3

0 commit comments

Comments
 (0)