forked from rpms/leapp-repository
54 lines
1.9 KiB
Diff
54 lines
1.9 KiB
Diff
From c4f3ace1ebb909dc53796e16959a2459a15d9d74 Mon Sep 17 00:00:00 2001
|
|
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
|
|
Date: Thu, 9 Oct 2025 13:30:16 +0000
|
|
Subject: [PATCH 11/55] chore(deps): update actions/checkout action to v5
|
|
|
|
---
|
|
.github/workflows/codespell.yml | 2 +-
|
|
.github/workflows/differential-shellcheck.yml | 2 +-
|
|
.github/workflows/unit-tests.yml | 2 +-
|
|
3 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
|
|
index 3e595e32..4b07e4b3 100644
|
|
--- a/.github/workflows/codespell.yml
|
|
+++ b/.github/workflows/codespell.yml
|
|
@@ -14,7 +14,7 @@ jobs:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- - uses: actions/checkout@v4
|
|
+ - uses: actions/checkout@v5
|
|
- uses: codespell-project/actions-codespell@v2
|
|
with:
|
|
ignore_words_list: ro,fo,couldn,repositor,zeor,bootup
|
|
diff --git a/.github/workflows/differential-shellcheck.yml b/.github/workflows/differential-shellcheck.yml
|
|
index e1bafb93..6c81713c 100644
|
|
--- a/.github/workflows/differential-shellcheck.yml
|
|
+++ b/.github/workflows/differential-shellcheck.yml
|
|
@@ -19,7 +19,7 @@ jobs:
|
|
|
|
steps:
|
|
- name: Repository checkout
|
|
- uses: actions/checkout@v4
|
|
+ uses: actions/checkout@v5
|
|
with:
|
|
fetch-depth: 0
|
|
|
|
diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml
|
|
index cfcec437..d1b8fb2a 100644
|
|
--- a/.github/workflows/unit-tests.yml
|
|
+++ b/.github/workflows/unit-tests.yml
|
|
@@ -52,7 +52,7 @@ jobs:
|
|
|
|
steps:
|
|
- name: Checkout code
|
|
- uses: actions/checkout@v4
|
|
+ uses: actions/checkout@v5
|
|
with:
|
|
# NOTE(ivasilev) fetch-depth 0 is critical here as leapp deps discovery depends on specific substring in
|
|
# commit message and default 1 option will get us just merge commit which has an unrelevant message.
|
|
--
|
|
2.51.1
|
|
|