@cryptotaxi247 / infra-1 / commits / 0a1b5683

Update actions/checkout action to v6.0.2

renovate[bot] committed Jan 22, 2026 at 17:52 UTC 0a1b5683e9c9984e12d8a0834b0487f8dedd311b
3 files changed +3 -3
.github/workflows/dns-apply.yml
+1 -1
@@ -17,7 +17,7 @@ jobs:
17 strategy:
18 fail-fast: true
19 steps:
20 - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21 with:
22 persist-credentials: false
23 - uses: cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15 # v31
.github/workflows/dns-preview.yml
+1 -1
@@ -16,7 +16,7 @@ jobs:
16 strategy:
17 fail-fast: false
18 steps:
19 - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20 with:
21 persist-credentials: false
22 - uses: cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15 # v31
.github/workflows/format-pr.yml
+1 -1
@@ -66,7 +66,7 @@ jobs:
66 core.setOutput('head_sha', pr.data.head.sha);
67
68 - name: Checkout PR
69 - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
69 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
70 with:
71 ref: ${{ steps.pr.outputs.head_ref }}
72 fetch-depth: 0