From 7a10ffcc51e2af0916904fac773330848b5469c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:31:49 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/actionlint.yml | 2 +- .github/workflows/markdown-lint.yml | 2 +- .github/workflows/yamllint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 407e5bb..3daf020 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -38,7 +38,7 @@ jobs: name: actionlint with reviewdog runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: actionlint uses: reviewdog/action-actionlint@v1.65.2 with: diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index a101f9f..e6dcfef 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -18,7 +18,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Markdown Linting Action uses: avto-dev/markdown-lint@v1.5.0 with: diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index e4d5199..2bb3265 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: comment from reviewdog uses: reviewdog/action-yamllint@v1 with: