From 58b6d322a5c5af1c45b637bc983f7f6476e8400e Mon Sep 17 00:00:00 2001 From: Lucas Dupont Date: Mon, 30 Mar 2026 14:09:45 +0000 Subject: [PATCH] ci: update checkout version --- .github/workflows/semantic-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index aee9de8..ec2a628 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 with: fetch-depth: 0