From 0f3de2312e38ffd1eacbc7e80d8e50cedc7e58c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 18:42:31 +0200 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 in the dependencies group (#41) --- .github/workflows/linter.yml | 2 +- .github/workflows/slugify-value.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index afd1f0a..997734a 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -15,7 +15,7 @@ jobs: statuses: write steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Full git history is needed to get a proper # list of changed files within `super-linter` diff --git a/.github/workflows/slugify-value.yaml b/.github/workflows/slugify-value.yaml index 3048cbb..56d6b70 100644 --- a/.github/workflows/slugify-value.yaml +++ b/.github/workflows/slugify-value.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Test 1 - name: Slugify key only @@ -187,7 +187,7 @@ jobs: - os-testing steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false