Skip to content

Commit 25edd16

Browse files
github-actions(deps): Bump actions/checkout from 4.1.5 to 4.1.6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.5...v4.1.6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e925c2d commit 25edd16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integrate.yaml

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

1919
steps:
2020
- name: "Checkout"
21-
uses: "actions/checkout@v4.1.5"
21+
uses: "actions/checkout@v4.1.6"
2222

2323
- name: "Lint YAML files"
2424
uses: "ibiqlik/action-yamllint@v3.1.1"

0 commit comments

Comments
 (0)