From d6e3cb14983a4fde950a2f7b73ca2f5e0ed76fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 20:23:51 +0200 Subject: [PATCH] build(deps): bump the dependencies group across 1 directory with 2 updates (#39) --- .github/workflows/linter.yml | 4 ++-- .github/workflows/slugify-value.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index eef216e..281e1cc 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -15,14 +15,14 @@ jobs: statuses: write steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # Full git history is needed to get a proper # list of changed files within `super-linter` fetch-depth: 0 - name: Lint Code Base - uses: super-linter/super-linter@v7 + uses: super-linter/super-linter@v8 env: VALIDATE_ALL_CODEBASE: false VALIDATE_YAML_PRETTIER: false diff --git a/.github/workflows/slugify-value.yaml b/.github/workflows/slugify-value.yaml index dabe6b5..8d1e22c 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@v4 + uses: actions/checkout@v5 # Test 1 - name: Slugify key only @@ -187,7 +187,7 @@ jobs: - os-testing steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false