From 9a317cb4432448103b3e0fc277cda8ebd12859f1 Mon Sep 17 00:00:00 2001 From: Alex Viscreanu Date: Mon, 15 Dec 2025 10:50:31 +0100 Subject: [PATCH] chore(ci): update actions/checkout to v6 --- .github/workflows/pr.yml | 2 +- .github/workflows/push.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index cf1202d..a14c8a1 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest name: Verify commit messages steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Run commitsar diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index fc0bb44..0629a7b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest name: Build docker image steps: - - uses: actions/checkout@master + - uses: actions/checkout@v6 - name: GitHub Package Registry uses: aevea/action-kaniko@master diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4dbe99b..0639b3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0