From dcaa4a145e1e2b04e278f892db4922dbea6bd85a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:26:40 +0000 Subject: [PATCH] deps(deps): update actions/checkout action to v4.2.0 --- .github/workflows/coding-standards.yml | 6 +++--- .github/workflows/sync-from-tpl.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 3ffb3623..0a15d210 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -19,7 +19,7 @@ jobs: pull-requests: read steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: 🧐 Lint commits using "commitlint" uses: wagoid/commitlint-github-action@v6.0.1 @@ -40,7 +40,7 @@ jobs: pull-requests: read steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: 🧐 Lint YAML files uses: ibiqlik/action-yamllint@v3.1.1 @@ -57,7 +57,7 @@ jobs: group: markdown-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: 🧐 Lint Markdown files uses: DavidAnson/markdownlint-cli2-action@v16.0.0 diff --git a/.github/workflows/sync-from-tpl.yml b/.github/workflows/sync-from-tpl.yml index 08eb333b..60d47315 100644 --- a/.github/workflows/sync-from-tpl.yml +++ b/.github/workflows/sync-from-tpl.yml @@ -15,7 +15,7 @@ jobs: steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: token: ${{ secrets.WORKFLOW_TOKEN }}