From 96653c99a84d8c479deb15823039f4e6d0a0de1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:29:37 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.0.2 --- .github/workflows/cargo.yml | 4 ++-- build-docker-image/action.yml | 2 +- nix-image/action.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index 8f42154..8c9ed95 100644 --- a/.github/workflows/cargo.yml +++ b/.github/workflows/cargo.yml @@ -17,7 +17,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 - uses: rui314/setup-mold@v1 @@ -44,7 +44,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 - uses: rui314/setup-mold@v1 diff --git a/build-docker-image/action.yml b/build-docker-image/action.yml index 7302d6f..7dfee8b 100644 --- a/build-docker-image/action.yml +++ b/build-docker-image/action.yml @@ -30,7 +30,7 @@ inputs: runs: using: "composite" steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 id: meta with: diff --git a/nix-image/action.yaml b/nix-image/action.yaml index 6750626..29d1e79 100644 --- a/nix-image/action.yaml +++ b/nix-image/action.yaml @@ -13,7 +13,7 @@ inputs: runs: using: "composite" steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: DeterminateSystems/nix-installer-action@v17 with: determinate: true