Skip to content

Commit 353f8aa

Browse files
chore(deps): update actions/checkout digest to a5ac7e5 (#71)
* chore(deps): update actions/checkout digest to a5ac7e5 * Apply suggestions from code review --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Corey Hemminger <[email protected]>
1 parent 679c114 commit 353f8aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out code
15-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
15+
uses: actions/checkout@v4
1616
- name: Run yaml Lint
1717
uses: actionshub/yamllint@main
1818

1919
markdownlint-cli2:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Check out code
23-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
23+
uses: actions/checkout@v4
2424
- name: Run Markdown Lint
2525
uses: DavidAnson/markdownlint-cli2-action@v15
2626
with:
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Check out code
32-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
32+
uses: actions/checkout@v4
3333
- name: Run JSON Lint
3434
run: |
3535
git ls-files *.json | xargs jq empty

.github/workflows/terraform-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Check out code
11-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
11+
uses: actions/checkout@v4
1212
- name: Lint Terraform
1313
uses: actionshub/terraform-lint@main

0 commit comments

Comments
 (0)