diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17b84d7..a00daed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ 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 @@ -19,8 +19,8 @@ jobs: 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@v10 + uses: DavidAnson/markdownlint-cli2-action@v16 with: globs: "**/*.md" diff --git a/CHANGELOG.md b/CHANGELOG.md index 90d647d..88cc52f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ Standardise files with files in sous-chefs/repo-management Standardise files with files in sous-chefs/repo-management +Standardise files with files in sous-chefs/repo-management + - Added a Changelog #36 - Remove all the unneeded chef files - Add all Sublime Text Package tests