Skip to content

Commit c4fe239

Browse files
Bump actions/checkout from 3 to 4 (#646)
* 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) - [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]> * Update lint.yml Signed-off-by: Luca Comellini <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Luca Comellini <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luca Comellini <[email protected]>
1 parent f1aac92 commit c4fe239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858

5959
yaml-lint:
6060
name: YAML lint
61-
runs-on: ubuntu-latest
61+
runs-on: ubuntu-22.04
6262
steps:
63-
- uses: actions/checkout@v3
63+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
6464

6565
- name: Install yamllint
6666
run: pip install yamllint

0 commit comments

Comments
 (0)