From 6f7a8d2348e2a4aa5defafcdaafe5aef3f83bd4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 00:49:56 +0100 Subject: [PATCH] feat: bump actions/checkout from 5 to 6 (#172) --- .github/workflows/check-variables.yml | 2 +- .github/workflows/linter.yml | 2 +- .github/workflows/v5-tests-and-release.yml | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/check-variables.yml b/.github/workflows/check-variables.yml index 6782610..9d605d2 100644 --- a/.github/workflows/check-variables.yml +++ b/.github/workflows/check-variables.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Load environment variables for testing uses: rlespinasse/github-slug-action@v5 diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 5cd1749..936f1d3 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@v5 + uses: actions/checkout@v6 with: # Full git history is needed to get a proper # list of changed files within `super-linter` diff --git a/.github/workflows/v5-tests-and-release.yml b/.github/workflows/v5-tests-and-release.yml index 60ff747..9c9fa98 100644 --- a/.github/workflows/v5-tests-and-release.yml +++ b/.github/workflows/v5-tests-and-release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Load this action from HEAD uses: ./ @@ -94,7 +94,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: this-action ref: ${{ github.ref }} @@ -122,7 +122,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Load this action from HEAD uses: ./ @@ -207,7 +207,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: this-action ref: ${{ github.ref }} @@ -230,7 +230,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Test 1 - name: Using correct short length @@ -269,7 +269,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: this-action ref: ${{ github.ref }} @@ -323,7 +323,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Test 1 - name: Using correct slug max length @@ -395,7 +395,7 @@ jobs: - input-slug-maxlength steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Release this GitHub Action uses: rlespinasse/release-that@v1 with: