Skip to content

Commit

Permalink
chore(deps): update actions (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 11, 2023
1 parent 3b1d4d5 commit 2881047
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/lint-unit.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ${{ inputs.platform }}
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Chef
uses: actionshub/chef-install@2.0.4
with:
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Chef
uses: actionshub/chef-install@2.0.4
with:
Expand All @@ -61,24 +61,24 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run yaml Lint
uses: actionshub/yamllint@main

markdownlint-cli2:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Markdown Lint
uses: DavidAnson/markdownlint-cli2-action@v11
uses: DavidAnson/markdownlint-cli2-action@v12
with:
globs: "**/*.md"

markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
with:
use-quiet-mode: "yes"
Expand All @@ -95,7 +95,7 @@ jobs:
statuses: write # required for the status check
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check Metadata
uses: damacus/check-chef-metadata-action@v1
with:
Expand Down

0 comments on commit 2881047

Please sign in to comment.